#609e14

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

Shades of Limeade #609E14

Tints of Limeade #609E14

Color information

#609E14 (or 0x609E14) is unknown color: approx Limeade. HEX triplet: 60, 9E and 14. RGB value is (96,158,20). Sum of RGB (Red+Green+Blue) = 96+158+20=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 158 (62.11% from 255 or 57.66% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 158 - color contains mainly: green. Hex color #609E14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609E14 is #9F61EB. Grayscale: #7C7C7C. Windows color (decimal): -10445292 or 1351264. OLE color: 1351264.

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

Color convert

RGB9615820-
CMYK0.3900.870.38
HSL86.96º77.53%34.9%-
HSV(B)86.96º87.34%61.96%-
XYZ17.1826.994.97-
YUV123.7369.46108.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 158 (62.11% from 255) = 57.66%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=35.04%
G=57.66%
B=7.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96158200.3900.870.3886.9677.5334.9
Hex609E142705726574e23
Octal140236244701274612711643
Binary110000010011110101001001110101011110011010101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609e14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609e14; }

 p { color: rgb(96,158,20); }

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

<style>
 a { background-color: #609e14; }

 a { background-color: rgb(96,158,20); }

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

<style>
 span { border-color: #609e14; }

 span { border-color: rgb(96,158,20); }

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