#609D2A

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

Shades of Limeade #609D2A

Tints of Limeade #609D2A

Color information

#609D2A (or 0x609D2A) is unknown color: approx Limeade. HEX triplet: 60, 9D and 2A. RGB value is (96,157,42). Sum of RGB (Red+Green+Blue) = 96+157+42=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #609D2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609D2A is #9F62D5. Grayscale: #7E7E7E. Windows color (decimal): -10445526 or 2792800. OLE color: 2792800.

HSL color Cylindrical-coordinate representation of color #609D2A: hue angle of 91.83º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #609D2A is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB9615742-
CMYK0.3900.730.38
HSL91.83º57.79%39.02%-
HSV(B)91.83º73.25%61.57%-
XYZ17.326.776.45-
YUV125.6580.79106.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 157 (61.72% from 255) = 53.22%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=32.54%
G=53.22%
B=14.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96157420.3900.730.3891.8357.7939.02
Hex609D2A27049265c3a27
Octal14023552470111461347247
Binary110000010011101101010100111010010011001101011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,157,42); }

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

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

 a { background-color: rgb(96,157,42); }

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

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

 span { border-color: rgb(96,157,42); }

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