#609636

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

Shades of Limeade #609636

Tints of Limeade #609636

Color information

#609636 (or 0x609636) is unknown color: approx Limeade. HEX triplet: 60, 96 and 36. RGB value is (96,150,54). Sum of RGB (Red+Green+Blue) = 96+150+54=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #609636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609636 is #9F69C9. Grayscale: #7B7B7B. Windows color (decimal): -10447306 or 3577440. OLE color: 3577440.

HSL color Cylindrical-coordinate representation of color #609636: hue angle of 93.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #609636 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB9615054-
CMYK0.3600.640.41
HSL93.75º47.06%40%-
HSV(B)93.75º64%58.82%-
XYZ16.424.577.37-
YUV122.9189.11108.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 18%
R=32%
G=50%
B=18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150540.3600.640.4193.7547.0640
Hex60963624040295e2f28
Octal14022666440100511365750
Binary110000010010110110110100100010000001010011011110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609636; }

 p { color: rgb(96,150,54); }

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

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

 a { background-color: rgb(96,150,54); }

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

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

 span { border-color: rgb(96,150,54); }

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