#609C21

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

Shades of Limeade #609C21

Tints of Limeade #609C21

Color information

#609C21 (or 0x609C21) is unknown color: approx Limeade. HEX triplet: 60, 9C and 21. RGB value is (96,156,33). Sum of RGB (Red+Green+Blue) = 96+156+33=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #609C21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609C21 is #9F63DE. Grayscale: #7C7C7C. Windows color (decimal): -10445791 or 2202720. OLE color: 2202720.

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

Color convert

RGB9615633-
CMYK0.3800.790.39
HSL89.27º65.08%37.06%-
HSV(B)89.27º78.85%61.18%-
XYZ16.9926.375.63-
YUV124.0476.62108-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 33 (13.28% from 255) = 11.58%
R=33.68%
G=54.74%
B=11.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96156330.3800.790.3989.2765.0837.06
Hex609C212604F27594125
Octal140234414601174713110145
Binary1100000100111001000011001100100111110011110110011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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