#0C9362

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

Shades of Shamrock Green #0C9362

Tints of Shamrock Green #0C9362

Color information

#0C9362 (or 0x0C9362) is unknown color: approx Shamrock Green. HEX triplet: 0C, 93 and 62. RGB value is (12,147,98). Sum of RGB (Red+Green+Blue) = 12+147+98=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9362 is #F36C9D. Grayscale: #656565. Windows color (decimal): -15953054 or 6460172. OLE color: 6460172.

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

Color convert

RGB1214798-
CMYK0.9200.330.42
HSL158.22º84.91%31.18%-
HSV(B)158.22º91.84%57.65%-
XYZ12.7921.8315.09-
YUV101.05126.2764.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.67%
GREEN value IS 147 (57.81% from 255) = 57.20%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=4.67%
G=57.20%
B=38.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147980.9200.330.42158.2284.9131.18
HexC93625C0212A9e551f
Octal142231421340415223612537
Binary11001001001111000101011100010000110101010011110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,147,98); }

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

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

 a { background-color: rgb(12,147,98); }

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

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

 span { border-color: rgb(12,147,98); }

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