#669A34

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

Shades of Limeade #669A34

Tints of Limeade #669A34

Color information

#669A34 (or 0x669A34) is unknown color: approx Limeade. HEX triplet: 66, 9A and 34. RGB value is (102,154,52). Sum of RGB (Red+Green+Blue) = 102+154+52=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #669A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669A34 is #9965CB. Grayscale: #7F7F7F. Windows color (decimal): -10053068 or 3447398. OLE color: 3447398.

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

Color convert

RGB10215452-
CMYK0.3400.660.40
HSL90.59º49.51%40.39%-
HSV(B)90.59º66.23%60.39%-
XYZ17.6526.187.37-
YUV126.8285.77110.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 154 (60.55% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=33.12%
G=50%
B=16.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102154520.3400.660.4090.5949.5140.39
Hex669A3422042285b3228
Octal14623264420102501336250
Binary110011010011010110100100010010000101010001011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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