#0C9F60

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

Shades of Shamrock Green #0C9F60

Tints of Shamrock Green #0C9F60

Color information

#0C9F60 (or 0x0C9F60) is unknown color: approx Shamrock Green. HEX triplet: 0C, 9F and 60. RGB value is (12,159,96). Sum of RGB (Red+Green+Blue) = 12+159+96=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9F60 is #F3609F. Grayscale: #6B6B6B. Windows color (decimal): -15949984 or 6332172. OLE color: 6332172.

HSL color Cylindrical-coordinate representation of color #0C9F60: hue angle of 154.29º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F60 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1215996-
CMYK0.9200.400.38
HSL154.29º85.96%33.53%-
HSV(B)154.29º92.45%62.35%-
XYZ14.6625.7215.26-
YUV107.86121.359.62-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.49%
GREEN value IS 159 (62.5% from 255) = 59.55%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=4.49%
G=59.55%
B=35.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12159960.9200.400.38154.2985.9633.53
HexC9F605C028269a5622
Octal142371401340504623212642
Binary110010011111110000010111000101000100110100110101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,159,96); }

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

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

 a { background-color: rgb(12,159,96); }

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

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

 span { border-color: rgb(12,159,96); }

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