#0C9957

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

Shades of Shamrock Green #0C9957

Tints of Shamrock Green #0C9957

Color information

#0C9957 (or 0x0C9957) is unknown color: approx Shamrock Green. HEX triplet: 0C, 99 and 57. RGB value is (12,153,87). Sum of RGB (Red+Green+Blue) = 12+153+87=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9957 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9957 is #F366A8. Grayscale: #676767. Windows color (decimal): -15951529 or 5740812. OLE color: 5740812.

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

Color convert

RGB1215387-
CMYK0.9200.430.4
HSL151.91º85.45%32.35%-
HSV(B)151.91º92.16%60%-
XYZ13.2623.5512.86-
YUV103.32118.7962.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 153 (60.16% from 255) = 60.71%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=4.76%
G=60.71%
B=34.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12153870.9200.430.4151.9185.4532.35
HexC99575C02B28985520
Octal142311271340535023012540
Binary110010011001101011110111000101011101000100110001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,153,87); }

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

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

 a { background-color: rgb(12,153,87); }

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

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

 span { border-color: rgb(12,153,87); }

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