#0C915C

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

Shades of Shamrock Green #0C915C

Tints of Shamrock Green #0C915C

Color information

#0C915C (or 0x0C915C) is unknown color: approx Shamrock Green. HEX triplet: 0C, 91 and 5C. RGB value is (12,145,92). Sum of RGB (Red+Green+Blue) = 12+145+92=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #0C915C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C915C is #F36EA3. Grayscale: #636363. Windows color (decimal): -15953572 or 6066444. OLE color: 6066444.

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

Color convert

RGB1214592-
CMYK0.9200.370.43
HSL156.09º84.71%30.78%-
HSV(B)156.09º91.72%56.86%-
XYZ12.2121.113.55-
YUV99.19123.9465.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.82%
GREEN value IS 145 (57.03% from 255) = 58.23%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=4.82%
G=58.23%
B=36.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12145920.9200.370.43156.0984.7130.78
HexC915C5C0252B9c551f
Octal142211341340455323412537
Binary11001001000110111001011100010010110101110011100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,145,92); }

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

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

 a { background-color: rgb(12,145,92); }

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

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

 span { border-color: rgb(12,145,92); }

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