#669F20

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

Shades of Limeade #669F20

Tints of Limeade #669F20

Color information

#669F20 (or 0x669F20) is unknown color: approx Limeade. HEX triplet: 66, 9F and 20. RGB value is (102,159,32). Sum of RGB (Red+Green+Blue) = 102+159+32=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 159 (62.5% from 255 or 54.27% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 159 - color contains mainly: green. Hex color #669F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F20 is #9960DF. Grayscale: #7F7F7F. Windows color (decimal): -10051808 or 2137958. OLE color: 2137958.

HSL color Cylindrical-coordinate representation of color #669F20: hue angle of 86.93º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #669F20 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB10215932-
CMYK0.3600.800.38
HSL86.93º66.49%37.45%-
HSV(B)86.93º79.87%62.35%-
XYZ18.1427.735.76-
YUV127.4874.12109.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 159 (62.5% from 255) = 54.27%
BLUE value IS 32 (12.89% from 255) = 10.92%
R=34.81%
G=54.27%
B=10.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102159320.3600.800.3886.9366.4937.45
Hex669F202405026574225
Octal146237404401204612710245
Binary1100110100111111000001001000101000010011010101111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669F20; }

 p { color: rgb(102,159,32); }

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

<style>
 a { background-color: #669F20; }

 a { background-color: rgb(102,159,32); }

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

<style>
 span { border-color: #669F20; }

 span { border-color: rgb(102,159,32); }

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