#609c2e

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

Shades of Limeade #609C2E

Tints of Limeade #609C2E

Color information

#609C2E (or 0x609C2E) is unknown color: approx Limeade. HEX triplet: 60, 9C and 2E. RGB value is (96,156,46). Sum of RGB (Red+Green+Blue) = 96+156+46=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #609C2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609C2E is #9F63D1. Grayscale: #7D7D7D. Windows color (decimal): -10445778 or 3054688. OLE color: 3054688.

HSL color Cylindrical-coordinate representation of color #609C2E: hue angle of 92.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #609C2E is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB9615646-
CMYK0.3800.710.39
HSL92.73º54.46%39.61%-
HSV(B)92.73º70.51%61.18%-
XYZ17.2126.466.79-
YUV125.5283.12106.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 156 (61.33% from 255) = 52.35%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=32.21%
G=52.35%
B=15.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96156460.3800.710.3992.7354.4639.61
Hex609C2E26047275d3628
Octal14023456460107471356650
Binary110000010011100101110100110010001111001111011101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609c2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609c2e; }

 p { color: rgb(96,156,46); }

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

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

 a { background-color: rgb(96,156,46); }

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

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

 span { border-color: rgb(96,156,46); }

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