#0C9556

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

Shades of Shamrock Green #0C9556

Tints of Shamrock Green #0C9556

Color information

#0C9556 (or 0x0C9556) is unknown color: approx Shamrock Green. HEX triplet: 0C, 95 and 56. RGB value is (12,149,86). Sum of RGB (Red+Green+Blue) = 12+149+86=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9556 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9556 is #F36AA9. Grayscale: #646464. Windows color (decimal): -15952554 or 5674252. OLE color: 5674252.

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

Color convert

RGB1214986-
CMYK0.9200.420.42
HSL152.41º85.09%31.57%-
HSV(B)152.41º91.95%58.43%-
XYZ12.5822.2412.43-
YUV100.85119.6164.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 149 (58.59% from 255) = 60.32%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=4.86%
G=60.32%
B=34.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149860.9200.420.42152.4185.0931.57
HexC95565C02A2A985520
Octal142251261340525223012540
Binary110010010101101011010111000101010101010100110001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,149,86); }

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

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

 a { background-color: rgb(12,149,86); }

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

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

 span { border-color: rgb(12,149,86); }

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