#609524

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

Shades of Limeade #609524

Tints of Limeade #609524

Color information

#609524 (or 0x609524) is unknown color: approx Limeade. HEX triplet: 60, 95 and 24. RGB value is (96,149,36). Sum of RGB (Red+Green+Blue) = 96+149+36=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #609524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609524 is #9F6ADB. Grayscale: #787878. Windows color (decimal): -10447580 or 2397536. OLE color: 2397536.

HSL color Cylindrical-coordinate representation of color #609524: hue angle of 88.14º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #609524 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB9614936-
CMYK0.3600.760.42
HSL88.14º61.08%36.27%-
HSV(B)88.14º75.84%58.43%-
XYZ15.8924.115.49-
YUV120.2780.44110.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=34.16%
G=53.02%
B=12.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96149360.3600.760.4288.1461.0836.27
Hex6095242404C2A583d24
Octal14022544440114521307544
Binary110000010010101100100100100010011001010101011000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609524; }

 p { color: rgb(96,149,36); }

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

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

 a { background-color: rgb(96,149,36); }

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

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

 span { border-color: rgb(96,149,36); }

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