#609940

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

Shades of Limeade #609940

Tints of Limeade #609940

Color information

#609940 (or 0x609940) is unknown color: approx Limeade. HEX triplet: 60, 99 and 40. RGB value is (96,153,64). Sum of RGB (Red+Green+Blue) = 96+153+64=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #609940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609940 is #9F66BF. Grayscale: #7E7E7E. Windows color (decimal): -10446528 or 4233568. OLE color: 4233568.

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

Color convert

RGB9615364-
CMYK0.3700.580.4
HSL98.43º41.01%42.55%-
HSV(B)98.43º58.17%60%-
XYZ17.1425.648.9-
YUV125.8193.12106.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=30.67%
G=48.88%
B=20.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153640.3700.580.498.4341.0142.55
Hex6099402503A2862292b
Octal14023110045072501425153
Binary110000010011001100000010010101110101010001100010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609940; }

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

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

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

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

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

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

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

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