#669B26

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

Shades of Limeade #669B26

Tints of Limeade #669B26

Color information

#669B26 (or 0x669B26) is unknown color: approx Limeade. HEX triplet: 66, 9B and 26. RGB value is (102,155,38). Sum of RGB (Red+Green+Blue) = 102+155+38=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #669B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B26 is #9964D9. Grayscale: #7E7E7E. Windows color (decimal): -10052826 or 2530150. OLE color: 2530150.

HSL color Cylindrical-coordinate representation of color #669B26: hue angle of 87.18º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #669B26 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB10215538-
CMYK0.3400.750.39
HSL87.18º60.62%37.84%-
HSV(B)87.18º75.48%60.78%-
XYZ17.5526.416.01-
YUV125.8278.44111.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 155 (60.94% from 255) = 52.54%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=34.58%
G=52.54%
B=12.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155380.3400.750.3987.1860.6237.84
Hex669B262204B27573d26
Octal14623346420113471277546
Binary110011010011011100110100010010010111001111010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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