Html Css Color HEX #66A224 Limeade

📋 copy color: '#66A224'

red 102 ◦ green 162 ◦ blue 36

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

Shades of Limeade #66A224

Tints of Limeade #66A224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54%

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

R = 34%
G = 54%
B = 12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#66A224 (or 0x66A224) is known color: Limeade. HEX triplet: 66, A2 and 24. RGB value is (102,162,36). Sum of RGB (Red+Green+Blue) = 102+162+36=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #66A224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A224 is #995DDB. Grayscale: #828282. Windows color (decimal): -10051036 or 2400870. OLE color: 2400870.

HSL color Cylindrical-coordinate representation of color #66A224: hue angle of 88.57º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66A224 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 162 36 -
CMYK 0.37 0 0.78 0.36
HSL 88.57º 0.64% 0.39% -
HSV(B) 88.57º 0.78% 0.64% -
XYZ 18.72 28.79 6.24 -
YUV 129.7 75.12 108.25 -
System Red Green Blue C M Y K H S L
Decimal 102 162 36 0.37 0 0.78 0.36 88.57 0.64 0.39
Hex 66 A2 24 25 0 4E 24 59 40 27
Octal 146 242 44 45 0 116 44 131 100 47
Binary 1100110 10100010 100100 100101 0 1001110 100100 1011001 1000000 100111

Color Harmonies of #66A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A224

Black with #66A224

Text Example


Text Example

White with #66A224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,162,36); }

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

background-color css

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

 a { background-color: rgb(102,162,36); }

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

border-color css

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

 span { border-color: rgb(102,162,36); }

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