#66A626

Color #66A626 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #66A626

Tints of Limeade #66A626

Color information

#66A626 (or 0x66A626) is unknown color: approx Limeade. HEX triplet: 66, A6 and 26. RGB value is (102,166,38). Sum of RGB (Red+Green+Blue) = 102+166+38=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #66A626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A626 is #9959D9. Grayscale: #848484. Windows color (decimal): -10050010 or 2532966. OLE color: 2532966.

HSL color Cylindrical-coordinate representation of color #66A626: hue angle of 90º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66A626 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB10216638-
CMYK0.3900.770.35
HSL90º62.75%40%-
HSV(B)90º77.11%65.1%-
XYZ19.4730.246.64-
YUV132.2774.8106.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 54.25%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=33.33%
G=54.25%
B=12.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102166380.3900.770.359062.7540
Hex66A6262704D235a3f28
Octal14624646470115431327750
Binary110011010100110100110100111010011011000111011010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,38); }

 H1.HeaderClassName
 {
   color: #66A626;
 }
 .AnyTagClassName
 {
   color: #66A626;
 }
</style>
background-color css

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

 a { background-color: rgb(102,166,38); }

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

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

 span { border-color: rgb(102,166,38); }

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