#609815

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

Shades of Limeade #609815

Tints of Limeade #609815

Color information

#609815 (or 0x609815) is unknown color: approx Limeade. HEX triplet: 60, 98 and 15. RGB value is (96,152,21). Sum of RGB (Red+Green+Blue) = 96+152+21=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #609815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609815 is #9F67EA. Grayscale: #787878. Windows color (decimal): -10446827 or 1415264. OLE color: 1415264.

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

Color convert

RGB9615221-
CMYK0.3700.860.40
HSL85.65º75.72%33.92%-
HSV(B)85.65º86.18%59.61%-
XYZ16.19254.68-
YUV120.3271.95110.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 152 (59.77% from 255) = 56.51%
BLUE value IS 21 (8.59% from 255) = 7.81%
R=35.69%
G=56.51%
B=7.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96152210.3700.860.4085.6575.7233.92
Hex6098152505628564c22
Octal140230254501265012611442
Binary110000010011000101011001010101011010100010101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609815; }

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

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

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

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

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

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

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

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