#609930

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

Shades of Limeade #609930

Tints of Limeade #609930

Color information

#609930 (or 0x609930) is unknown color: approx Limeade. HEX triplet: 60, 99 and 30. RGB value is (96,153,48). Sum of RGB (Red+Green+Blue) = 96+153+48=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #609930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609930 is #9F66CF. Grayscale: #7C7C7C. Windows color (decimal): -10446544 or 3184992. OLE color: 3184992.

HSL color Cylindrical-coordinate representation of color #609930: hue angle of 92.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #609930 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB9615348-
CMYK0.3700.690.4
HSL92.57º52.24%39.41%-
HSV(B)92.57º68.63%60%-
XYZ16.7525.486.83-
YUV123.9985.12108.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=32.32%
G=51.52%
B=16.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153480.3700.690.492.5752.2439.41
Hex60993025045285d3427
Octal14023160450105501356447
Binary110000010011001110000100101010001011010001011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609930; }

 p { color: rgb(96,153,48); }

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

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

 a { background-color: rgb(96,153,48); }

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

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

 span { border-color: rgb(96,153,48); }

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