#609F35

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

Shades of Limeade #609F35

Tints of Limeade #609F35

Color information

#609F35 (or 0x609F35) is unknown color: approx Limeade. HEX triplet: 60, 9F and 35. RGB value is (96,159,53). Sum of RGB (Red+Green+Blue) = 96+159+53=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #609F35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609F35 is #9F60CA. Grayscale: #808080. Windows color (decimal): -10445003 or 3514208. OLE color: 3514208.

HSL color Cylindrical-coordinate representation of color #609F35: hue angle of 95.66º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #609F35 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB9615953-
CMYK0.4000.670.38
HSL95.66º50%41.57%-
HSV(B)95.66º66.67%62.35%-
XYZ17.8627.547.74-
YUV128.0885.63105.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 159 (62.5% from 255) = 51.62%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=31.17%
G=51.62%
B=17.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96159530.4000.670.3895.665041.57
Hex609F35280432660322a
Octal14023765500103461406252
Binary110000010011111110101101000010000111001101100000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,159,53); }

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

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

 a { background-color: rgb(96,159,53); }

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

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

 span { border-color: rgb(96,159,53); }

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