#0C8C59

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

Shades of Shamrock Green #0C8C59

Tints of Shamrock Green #0C8C59

Color information

#0C8C59 (or 0x0C8C59) is unknown color: approx Shamrock Green. HEX triplet: 0C, 8C and 59. RGB value is (12,140,89). Sum of RGB (Red+Green+Blue) = 12+140+89=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #0C8C59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8C59 is #F373A6. Grayscale: #5F5F5F. Windows color (decimal): -15954855 or 5868556. OLE color: 5868556.

HSL color Cylindrical-coordinate representation of color #0C8C59: hue angle of 156.09º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8C59 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1214089-
CMYK0.9100.360.45
HSL156.09º84.21%29.8%-
HSV(B)156.09º91.43%54.9%-
XYZ11.3319.5612.63-
YUV95.91124.0968.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.98%
GREEN value IS 140 (55.08% from 255) = 58.09%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=4.98%
G=58.09%
B=36.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12140890.9100.360.45156.0984.2129.8
HexC8C595B0242D9c541e
Octal142141311330445523412436
Binary11001000110010110011011011010010010110110011100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C8C59; }

 p { color: rgb(12,140,89); }

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

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

 a { background-color: rgb(12,140,89); }

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

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

 span { border-color: rgb(12,140,89); }

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