#0C9155

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

Shades of Shamrock Green #0C9155

Tints of Shamrock Green #0C9155

Color information

#0C9155 (or 0x0C9155) is unknown color: approx Shamrock Green. HEX triplet: 0C, 91 and 55. RGB value is (12,145,85). Sum of RGB (Red+Green+Blue) = 12+145+85=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9155 is #F36EAA. Grayscale: #626262. Windows color (decimal): -15953579 or 5607692. OLE color: 5607692.

HSL color Cylindrical-coordinate representation of color #0C9155: hue angle of 152.93º 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 #0C9155 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB1214585-
CMYK0.9200.410.43
HSL152.93º84.71%30.78%-
HSV(B)152.93º91.72%56.86%-
XYZ11.9220.9812.02-
YUV98.39120.4466.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.96%
GREEN value IS 145 (57.03% from 255) = 59.92%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=4.96%
G=59.92%
B=35.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12145850.9200.410.43152.9384.7130.78
HexC91555C0292B99551f
Octal142211251340515323112537
Binary11001001000110101011011100010100110101110011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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