#609822

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

Shades of Limeade #609822

Tints of Limeade #609822

Color information

#609822 (or 0x609822) is unknown color: approx Limeade. HEX triplet: 60, 98 and 22. RGB value is (96,152,34). Sum of RGB (Red+Green+Blue) = 96+152+34=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #609822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609822 is #9F67DD. Grayscale: #7A7A7A. Windows color (decimal): -10446814 or 2267232. OLE color: 2267232.

HSL color Cylindrical-coordinate representation of color #609822: hue angle of 88.47º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #609822 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB9615234-
CMYK0.3700.780.40
HSL88.47º63.44%36.47%-
HSV(B)88.47º77.63%59.61%-
XYZ16.3425.065.49-
YUV121.878.45109.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=34.04%
G=53.90%
B=12.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96152340.3700.780.4088.4763.4436.47
Hex6098222504E28583f24
Octal14023042450116501307744
Binary110000010011000100010100101010011101010001011000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609822; }

 p { color: rgb(96,152,34); }

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

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

 a { background-color: rgb(96,152,34); }

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

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

 span { border-color: rgb(96,152,34); }

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