Html Css Color HEX #66A22C Limeade

📋 copy color: '#66A22C'

red 102 ◦ green 162 ◦ blue 44

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

Shades of Limeade #66A22C

Tints of Limeade #66A22C

RGB

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

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

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

R = 33.12%
G = 52.6%
B = 14.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#66A22C (or 0x66A22C) is known color: Limeade. HEX triplet: 66, A2 and 2C. RGB value is (102,162,44). Sum of RGB (Red+Green+Blue) = 102+162+44=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #66A22C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A22C is #995DD3. Grayscale: #838383. Windows color (decimal): -10051028 or 2925158. OLE color: 2925158.

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

Color convert

RGB 102 162 44 -
CMYK 0.37 0 0.73 0.36
HSL 90.51º 0.57% 0.4% -
HSV(B) 90.51º 0.73% 0.64% -
XYZ 18.85 28.85 6.96 -
YUV 130.61 79.12 107.59 -
System Red Green Blue C M Y K H S L
Decimal 102 162 44 0.37 0 0.73 0.36 90.51 0.57 0.4
Hex 66 A2 2C 25 0 49 24 5B 39 28
Octal 146 242 54 45 0 111 44 133 71 50
Binary 1100110 10100010 101100 100101 0 1001001 100100 1011011 111001 101000

Color Harmonies of #66A22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A22C

Black with #66A22C

Text Example


Text Example

White with #66A22C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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