Html Css Color HEX #60AA24 Limeade

📋 copy color: '#60AA24'

red 96 ◦ green 170 ◦ blue 36

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

Shades of Limeade #60AA24

Tints of Limeade #60AA24

RGB

 RED value IS 96 (37.89% from 255) = 31.79%

 GREEN value IS 170 (66.8% from 255) = 56.29%

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 31.79%
G = 56.29%
B = 11.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#60AA24 (or 0x60AA24) is known color: Limeade. HEX triplet: 60, AA and 24. RGB value is (96,170,36). Sum of RGB (Red+Green+Blue) = 96+170+36=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA24 is #9F55DB. Grayscale: #858585. Windows color (decimal): -10442204 or 2402912. OLE color: 2402912.

HSL color Cylindrical-coordinate representation of color #60AA24: hue angle of 93.13º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60AA24 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 170 36 -
CMYK 0.44 0 0.79 0.33
HSL 93.13º 0.65% 0.4% -
HSV(B) 93.13º 0.79% 0.67% -
XYZ 19.52 31.36 6.69 -
YUV 132.6 73.48 101.9 -
System Red Green Blue C M Y K H S L
Decimal 96 170 36 0.44 0 0.79 0.33 93.13 0.65 0.4
Hex 60 AA 24 2C 0 4F 21 5D 41 28
Octal 140 252 44 54 0 117 41 135 101 50
Binary 1100000 10101010 100100 101100 0 1001111 100001 1011101 1000001 101000

Color Harmonies of #60AA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AA24

Black with #60AA24

Text Example


Text Example

White with #60AA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AA24; }

 p { color: rgb(96,170,36); }

 H1.HeaderClassName
 {
   color: #60AA24;
 }
 .AnyTagClassName
 {
   color: #60AA24;
 }
</style>

background-color css

<style>
 a { background-color: #60AA24; }

 a { background-color: rgb(96,170,36); }

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

border-color css

<style>
 span { border-color: #60AA24; }

 span { border-color: rgb(96,170,36); }

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