#009860

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

Shades of Shamrock Green #009860

Tints of Shamrock Green #009860

Color information

#009860 (or 0x009860) is unknown color: approx Shamrock Green. HEX triplet: 00, 98 and 60. RGB value is (0,152,96). Sum of RGB (Red+Green+Blue) = 0+152+96=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #009860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009860 is #FF679F. Grayscale: #646464. Windows color (decimal): -16738208 or 6330368. OLE color: 6330368.

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

Color convert

RGB015296-
CMYK100.370.40
HSL157.89º100%29.8%-
HSV(B)157.89º100%59.61%-
XYZ13.3423.314.86-
YUV100.17125.6456.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 61.29%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=0%
G=61.29%
B=38.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal015296100.370.40157.8910029.8
Hex0986064025289e641e
Octal02301401440455023614436
Binary01001100011000001100100010010110100010011110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009860; }

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

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

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

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

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

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

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

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