#0C965A

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

Shades of Shamrock Green #0C965A

Tints of Shamrock Green #0C965A

Color information

#0C965A (or 0x0C965A) is unknown color: approx Shamrock Green. HEX triplet: 0C, 96 and 5A. RGB value is (12,150,90). Sum of RGB (Red+Green+Blue) = 12+150+90=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #0C965A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C965A is #F369A5. Grayscale: #666666. Windows color (decimal): -15952294 or 5936652. OLE color: 5936652.

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

Color convert

RGB1215090-
CMYK0.9200.40.41
HSL153.91º85.19%31.76%-
HSV(B)153.91º92%58.82%-
XYZ12.922.6313.36-
YUV101.9121.2863.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 150 (58.98% from 255) = 59.52%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=4.76%
G=59.52%
B=35.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12150900.9200.40.41153.9185.1931.76
HexC965A5C028299a5520
Octal142261321340505123212540
Binary110010010110101101010111000101000101001100110101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,150,90); }

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

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

 a { background-color: rgb(12,150,90); }

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

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

 span { border-color: rgb(12,150,90); }

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