#0C9C66

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

Shades of Shamrock Green #0C9C66

Tints of Shamrock Green #0C9C66

Color information

#0C9C66 (or 0x0C9C66) is unknown color: approx Shamrock Green. HEX triplet: 0C, 9C and 66. RGB value is (12,156,102). Sum of RGB (Red+Green+Blue) = 12+156+102=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #0C9C66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9C66 is #F36399. Grayscale: #6A6A6A. Windows color (decimal): -15950746 or 6724620. OLE color: 6724620.

HSL color Cylindrical-coordinate representation of color #0C9C66: hue angle of 157.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9C66 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB12156102-
CMYK0.9200.350.39
HSL157.5º85.71%32.94%-
HSV(B)157.5º92.31%61.18%-
XYZ14.4424.8116.6-
YUV106.79125.2960.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.44%
GREEN value IS 156 (61.33% from 255) = 57.78%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=4.44%
G=57.78%
B=37.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121561020.9200.350.39157.585.7132.94
HexC9C665C023279e5621
Octal142341461340434723612641
Binary110010011100110011010111000100011100111100111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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