#0C9A68

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

Shades of Shamrock Green #0C9A68

Tints of Shamrock Green #0C9A68

Color information

#0C9A68 (or 0x0C9A68) is unknown color: approx Shamrock Green. HEX triplet: 0C, 9A and 68. RGB value is (12,154,104). Sum of RGB (Red+Green+Blue) = 12+154+104=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #0C9A68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9A68 is #F36597. Grayscale: #696969. Windows color (decimal): -15951256 or 6855180. OLE color: 6855180.

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

Color convert

RGB12154104-
CMYK0.9200.320.40
HSL158.87º85.54%32.55%-
HSV(B)158.87º92.21%60.39%-
XYZ14.2124.1917.02-
YUV105.84126.9661.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.44%
GREEN value IS 154 (60.55% from 255) = 57.04%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=4.44%
G=57.04%
B=38.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121541040.9200.320.40158.8785.5432.55
HexC9A685C020289f5621
Octal142321501340405023712641
Binary110010011010110100010111000100000101000100111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,154,104); }

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

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

 a { background-color: rgb(12,154,104); }

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

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

 span { border-color: rgb(12,154,104); }

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