#669A1D

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

Shades of Limeade #669A1D

Tints of Limeade #669A1D

Color information

#669A1D (or 0x669A1D) is unknown color: approx Limeade. HEX triplet: 66, 9A and 1D. RGB value is (102,154,29). Sum of RGB (Red+Green+Blue) = 102+154+29=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #669A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669A1D is #9965E2. Grayscale: #7C7C7C. Windows color (decimal): -10053091 or 1940070. OLE color: 1940070.

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

Color convert

RGB10215429-
CMYK0.3400.810.40
HSL84.96º68.31%35.88%-
HSV(B)84.96º81.17%60.39%-
XYZ17.2626.025.28-
YUV124.274.27112.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 154 (60.55% from 255) = 54.04%
BLUE value IS 29 (11.72% from 255) = 10.18%
R=35.79%
G=54.04%
B=10.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102154290.3400.810.4084.9668.3135.88
Hex669A1D2205128554424
Octal146232354201215012510444
Binary110011010011010111011000100101000110100010101011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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