#609528

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

Shades of Limeade #609528

Tints of Limeade #609528

Color information

#609528 (or 0x609528) is unknown color: approx Limeade. HEX triplet: 60, 95 and 28. RGB value is (96,149,40). Sum of RGB (Red+Green+Blue) = 96+149+40=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #609528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609528 is #9F6AD7. Grayscale: #797979. Windows color (decimal): -10447576 or 2659680. OLE color: 2659680.

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

Color convert

RGB9614940-
CMYK0.3600.730.42
HSL89.17º57.67%37.06%-
HSV(B)89.17º73.15%58.43%-
XYZ15.9524.135.83-
YUV120.7382.44110.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=33.68%
G=52.28%
B=14.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96149400.3600.730.4289.1757.6737.06
Hex609528240492A593a25
Octal14022550440111521317245
Binary110000010010101101000100100010010011010101011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609528; }

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

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

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

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

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

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

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

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