#669A40

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

Shades of Limeade #669A40

Tints of Limeade #669A40

Color information

#669A40 (or 0x669A40) is unknown color: approx Limeade. HEX triplet: 66, 9A and 40. RGB value is (102,154,64). Sum of RGB (Red+Green+Blue) = 102+154+64=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #669A40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669A40 is #9965BF. Grayscale: #808080. Windows color (decimal): -10053056 or 4233830. OLE color: 4233830.

HSL color Cylindrical-coordinate representation of color #669A40: hue angle of 94.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669A40 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB10215464-
CMYK0.3400.580.40
HSL94.67º41.28%42.75%-
HSV(B)94.67º58.44%60.39%-
XYZ17.9626.318.98-
YUV128.1991.77109.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 154 (60.55% from 255) = 48.12%
BLUE value IS 64 (25.39% from 255) = 20%
R=31.88%
G=48.12%
B=20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102154640.3400.580.4094.6741.2842.75
Hex669A402203A285f292b
Octal14623210042072501375153
Binary110011010011010100000010001001110101010001011111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,154,64); }

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

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

 a { background-color: rgb(102,154,64); }

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

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

 span { border-color: rgb(102,154,64); }

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