#669D22

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

Shades of Limeade #669D22

Tints of Limeade #669D22

Color information

#669D22 (or 0x669D22) is unknown color: approx Limeade. HEX triplet: 66, 9D and 22. RGB value is (102,157,34). Sum of RGB (Red+Green+Blue) = 102+157+34=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #669D22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D22 is #9962DD. Grayscale: #7E7E7E. Windows color (decimal): -10052318 or 2268518. OLE color: 2268518.

HSL color Cylindrical-coordinate representation of color #669D22: hue angle of 86.83º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #669D22 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB10215734-
CMYK0.3500.780.38
HSL86.83º64.4%37.45%-
HSV(B)86.83º78.34%61.57%-
XYZ17.8327.055.8-
YUV126.5375.78110.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 157 (61.72% from 255) = 53.58%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=34.81%
G=53.58%
B=11.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102157340.3500.780.3886.8364.437.45
Hex669D222304E26574025
Octal146235424301164612710045
Binary1100110100111011000101000110100111010011010101111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,157,34); }

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

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

 a { background-color: rgb(102,157,34); }

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

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

 span { border-color: rgb(102,157,34); }

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