#609A11

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

Shades of Limeade #609A11

Tints of Limeade #609A11

Color information

#609A11 (or 0x609A11) is unknown color: approx Limeade. HEX triplet: 60, 9A and 11. RGB value is (96,154,17). Sum of RGB (Red+Green+Blue) = 96+154+17=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #609A11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609A11 is #9F65EE. Grayscale: #797979. Windows color (decimal): -10446319 or 1153632. OLE color: 1153632.

HSL color Cylindrical-coordinate representation of color #609A11: hue angle of 85.4º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #609A11 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB9615417-
CMYK0.3800.890.40
HSL85.4º80.12%33.53%-
HSV(B)85.4º88.96%60.39%-
XYZ16.4825.644.61-
YUV121.0469.28110.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 154 (60.55% from 255) = 57.68%
BLUE value IS 17 (7.03% from 255) = 6.37%
R=35.96%
G=57.68%
B=6.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96154170.3800.890.4085.480.1233.53
Hex609A112605928555022
Octal140232214601315012512042
Binary110000010011010100011001100101100110100010101011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,154,17); }

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

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

 a { background-color: rgb(96,154,17); }

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

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

 span { border-color: rgb(96,154,17); }

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