#53900A

Color #53900A Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #53900A

Tints of Limeade #53900A

Color information

#53900A (or 0x53900A) is unknown color: approx Limeade. HEX triplet: 53, 90 and 0A. RGB value is (83,144,10). Sum of RGB (Red+Green+Blue) = 83+144+10=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #53900A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53900A is #AC6FF5. Grayscale: #6E6E6E. Windows color (decimal): -11300854 or 692307. OLE color: 692307.

HSL color Cylindrical-coordinate representation of color #53900A: hue angle of 87.31º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53900A is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB8314410-
CMYK0.4200.930.44
HSL87.31º87.01%30.2%-
HSV(B)87.31º93.06%56.47%-
XYZ13.621.813.78-
YUV110.4871.29108.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 144 (56.64% from 255) = 60.76%
BLUE value IS 10 (4.30% from 255) = 4.22%
R=35.02%
G=60.76%
B=4.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144100.4200.930.4487.3187.0130.2
Hex5390A2A05D2C57571e
Octal123220125201355412712736
Binary1010011100100001010101010010111011011001010111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53900A; }

 p { color: rgb(83,144,10); }

 H1.HeaderClassName
 {
   color: #53900A;
 }
 .AnyTagClassName
 {
   color: #53900A;
 }
</style>
background-color css

<style>
 a { background-color: #53900A; }

 a { background-color: rgb(83,144,10); }

 div.DivClassName
 {
   background-color: #53900A;
 }
 .BgClassName
 {
   background-color: #53900A;
 }
</style>
border-color css

<style>
 span { border-color: #53900A; }

 span { border-color: rgb(83,144,10); }

 td.TdClassName
 {
   border-color: #53900A;
 }
 .TagClassName
 {
   border-color: #53900A;
 }
</style>