Html Css Color HEX #66AA2C Limeade

📋 copy color: '#66AA2C'

red 102 ◦ green 170 ◦ blue 44

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

Shades of Limeade #66AA2C

Tints of Limeade #66AA2C

RGB

 RED value IS 102 (40.23% from 255) = 32.28%

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

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 32.28%
G = 53.8%
B = 13.92%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#66AA2C (or 0x66AA2C) is known color: Limeade. HEX triplet: 66, AA and 2C. RGB value is (102,170,44). Sum of RGB (Red+Green+Blue) = 102+170+44=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA2C is #9955D3. Grayscale: #878787. Windows color (decimal): -10048980 or 2927206. OLE color: 2927206.

HSL color Cylindrical-coordinate representation of color #66AA2C: hue angle of 92.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66AA2C is Cyan = 0.4, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 170 44 -
CMYK 0.4 0 0.74 0.33
HSL 92.38º 0.59% 0.42% -
HSV(B) 92.38º 0.74% 0.67% -
XYZ 20.31 31.76 7.44 -
YUV 135.3 76.47 104.25 -
System Red Green Blue C M Y K H S L
Decimal 102 170 44 0.4 0 0.74 0.33 92.38 0.59 0.42
Hex 66 AA 2C 28 0 4A 21 5C 3B 2A
Octal 146 252 54 50 0 112 41 134 73 52
Binary 1100110 10101010 101100 101000 0 1001010 100001 1011100 111011 101010

Color Harmonies of #66AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AA2C

Black with #66AA2C

Text Example


Text Example

White with #66AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AA2C; }

 p { color: rgb(102,170,44); }

 H1.HeaderClassName
 {
   color: #66AA2C;
 }
 .AnyTagClassName
 {
   color: #66AA2C;
 }
</style>

background-color css

<style>
 a { background-color: #66AA2C; }

 a { background-color: rgb(102,170,44); }

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

border-color css

<style>
 span { border-color: #66AA2C; }

 span { border-color: rgb(102,170,44); }

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