#609A35

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

Shades of Limeade #609A35

Tints of Limeade #609A35

Color information

#609A35 (or 0x609A35) is unknown color: approx Limeade. HEX triplet: 60, 9A and 35. RGB value is (96,154,53). Sum of RGB (Red+Green+Blue) = 96+154+53=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #609A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609A35 is #9F65CA. Grayscale: #7D7D7D. Windows color (decimal): -10446283 or 3512928. OLE color: 3512928.

HSL color Cylindrical-coordinate representation of color #609A35: hue angle of 94.46º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #609A35 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB9615453-
CMYK0.3800.660.40
HSL94.46º48.79%40.59%-
HSV(B)94.46º65.58%60.39%-
XYZ17.0225.867.46-
YUV125.1487.28107.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 154 (60.55% from 255) = 50.83%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=31.68%
G=50.83%
B=17.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96154530.3800.660.4094.4648.7940.59
Hex609A3526042285e3129
Octal14023265460102501366151
Binary110000010011010110101100110010000101010001011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,154,53); }

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

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

 a { background-color: rgb(96,154,53); }

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

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

 span { border-color: rgb(96,154,53); }

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