#0C9564

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

Shades of Shamrock Green #0C9564

Tints of Shamrock Green #0C9564

Color information

#0C9564 (or 0x0C9564) is unknown color: approx Shamrock Green. HEX triplet: 0C, 95 and 64. RGB value is (12,149,100). Sum of RGB (Red+Green+Blue) = 12+149+100=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9564 is #F36A9B. Grayscale: #666666. Windows color (decimal): -15952540 or 6591756. OLE color: 6591756.

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

Color convert

RGB12149100-
CMYK0.9200.330.42
HSL158.54º85.09%31.57%-
HSV(B)158.54º91.95%58.43%-
XYZ13.222.4915.7-
YUV102.45126.6163.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 149 (58.59% from 255) = 57.09%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=4.60%
G=57.09%
B=38.31%

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
Decimal121491000.9200.330.42158.5485.0931.57
HexC95645C0212A9f5520
Octal142251441340415223712540
Binary110010010101110010010111000100001101010100111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,149,100); }

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

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

 a { background-color: rgb(12,149,100); }

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

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

 span { border-color: rgb(12,149,100); }

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