Html Css Color HEX #66A223 Limeade

📋 copy color: '#66A223'

red 102 ◦ green 162 ◦ blue 35

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

Shades of Limeade #66A223

Tints of Limeade #66A223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 34.11%
G = 54.18%
B = 11.71%

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

#66A223 (or 0x66A223) is known color: Limeade. HEX triplet: 66, A2 and 23. RGB value is (102,162,35). Sum of RGB (Red+Green+Blue) = 102+162+35=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #66A223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A223 is #995DDC. Grayscale: #828282. Windows color (decimal): -10051037 or 2335334. OLE color: 2335334.

HSL color Cylindrical-coordinate representation of color #66A223: hue angle of 88.35º 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 #66A223 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 162 35 -
CMYK 0.37 0 0.78 0.36
HSL 88.35º 0.64% 0.39% -
HSV(B) 88.35º 0.78% 0.64% -
XYZ 18.7 28.79 6.16 -
YUV 129.58 74.62 108.33 -
System Red Green Blue C M Y K H S L
Decimal 102 162 35 0.37 0 0.78 0.36 88.35 0.64 0.39
Hex 66 A2 23 25 0 4E 24 58 40 27
Octal 146 242 43 45 0 116 44 130 100 47
Binary 1100110 10100010 100011 100101 0 1001110 100100 1011000 1000000 100111

Color Harmonies of #66A223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A223

Black with #66A223

Text Example


Text Example

White with #66A223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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