#66A526

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

Shades of Limeade #66A526

Tints of Limeade #66A526

Color information

#66A526 (or 0x66A526) is unknown color: approx Limeade. HEX triplet: 66, A5 and 26. RGB value is (102,165,38). Sum of RGB (Red+Green+Blue) = 102+165+38=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #66A526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A526 is #995AD9. Grayscale: #848484. Windows color (decimal): -10050266 or 2532710. OLE color: 2532710.

HSL color Cylindrical-coordinate representation of color #66A526: hue angle of 89.76º 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 #66A526 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB10216538-
CMYK0.3800.770.35
HSL89.76º62.56%39.8%-
HSV(B)89.76º76.97%64.71%-
XYZ19.2829.876.58-
YUV131.6875.13106.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 165 (64.84% from 255) = 54.10%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=33.44%
G=54.10%
B=12.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165380.3800.770.3589.7662.5639.8
Hex66A5262604D235a3f28
Octal14624546460115431327750
Binary110011010100101100110100110010011011000111011010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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