Html Css Color HEX #53A009 Limeade

📋 copy color: '#53A009'

red 83 ◦ green 160 ◦ blue 9

#53A009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #53A009

Tints of Limeade #53A009

RGB

 RED value IS 83 (32.81% from 255) = 32.94%

 GREEN value IS 160 (62.89% from 255) = 63.49%

 BLUE value IS 9 (3.91% from 255) = 3.57%

R = 32.94%
G = 63.49%
B = 3.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#53A009 (or 0x53A009) is known color: Limeade. HEX triplet: 53, A0 and 09. RGB value is (83,160,9). Sum of RGB (Red+Green+Blue) = 83+160+9=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #53A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A009 is #AC5FF6. Grayscale: #787878. Windows color (decimal): -11296759 or 630867. OLE color: 630867.

HSL color Cylindrical-coordinate representation of color #53A009: hue angle of 90.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53A009 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 9 -
CMYK 0.48 0 0.94 0.37
HSL 90.6º 0.89% 0.33% -
HSV(B) 90.6º 0.94% 0.63% -
XYZ 16.19 27 4.62 -
YUV 119.76 65.49 101.78 -
System Red Green Blue C M Y K H S L
Decimal 83 160 9 0.48 0 0.94 0.37 90.6 0.89 0.33
Hex 53 A0 9 30 0 5E 25 5B 59 21
Octal 123 240 11 60 0 136 45 133 131 41
Binary 1010011 10100000 1001 110000 0 1011110 100101 1011011 1011001 100001

Color Harmonies of #53A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A009

Black with #53A009

Text Example


Text Example

White with #53A009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A009; }

 p { color: rgb(83,160,9); }

 H1.HeaderClassName
 {
   color: #53A009;
 }
 .AnyTagClassName
 {
   color: #53A009;
 }
</style>

background-color css

<style>
 a { background-color: #53A009; }

 a { background-color: rgb(83,160,9); }

 div.DivClassName
 {
   background-color: #53A009;
 }
 .BgClassName
 {
   background-color: #53A009;
 }
</style>

border-color css

<style>
 span { border-color: #53A009; }

 span { border-color: rgb(83,160,9); }

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