#0C9F66

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

Shades of Shamrock Green #0C9F66

Tints of Shamrock Green #0C9F66

Color information

#0C9F66 (or 0x0C9F66) is unknown color: approx Shamrock Green. HEX triplet: 0C, 9F and 66. RGB value is (12,159,102). Sum of RGB (Red+Green+Blue) = 12+159+102=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9F66 is #F36099. Grayscale: #6C6C6C. Windows color (decimal): -15949978 or 6725388. OLE color: 6725388.

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

Color convert

RGB12159102-
CMYK0.9200.360.38
HSL156.73º85.96%33.53%-
HSV(B)156.73º92.45%62.35%-
XYZ14.9525.8316.77-
YUV108.55124.359.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 159 (62.5% from 255) = 58.24%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=4.40%
G=58.24%
B=37.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121591020.9200.360.38156.7385.9633.53
HexC9F665C024269d5622
Octal142371461340444623512642
Binary110010011111110011010111000100100100110100111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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