#0C9760

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

Shades of Shamrock Green #0C9760

Tints of Shamrock Green #0C9760

Color information

#0C9760 (or 0x0C9760) is unknown color: approx Shamrock Green. HEX triplet: 0C, 97 and 60. RGB value is (12,151,96). Sum of RGB (Red+Green+Blue) = 12+151+96=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9760 is #F3689F. Grayscale: #676767. Windows color (decimal): -15952032 or 6330124. OLE color: 6330124.

HSL color Cylindrical-coordinate representation of color #0C9760: hue angle of 156.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9760 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1215196-
CMYK0.9200.360.41
HSL156.26º85.28%31.96%-
HSV(B)156.26º92.05%59.22%-
XYZ13.3323.0614.81-
YUV103.17123.9562.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.63%
GREEN value IS 151 (59.38% from 255) = 58.30%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=4.63%
G=58.30%
B=37.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12151960.9200.360.41156.2685.2831.96
HexC97605C024299c5520
Octal142271401340445123412540
Binary110010010111110000010111000100100101001100111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,151,96); }

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

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

 a { background-color: rgb(12,151,96); }

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

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

 span { border-color: rgb(12,151,96); }

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