#0C955F

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

Shades of Shamrock Green #0C955F

Tints of Shamrock Green #0C955F

Color information

#0C955F (or 0x0C955F) is unknown color: approx Shamrock Green. HEX triplet: 0C, 95 and 5F. RGB value is (12,149,95). Sum of RGB (Red+Green+Blue) = 12+149+95=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #0C955F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C955F is #F36AA0. Grayscale: #656565. Windows color (decimal): -15952545 or 6264076. OLE color: 6264076.

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

Color convert

RGB1214995-
CMYK0.9200.360.42
HSL156.35º85.09%31.57%-
HSV(B)156.35º91.95%58.43%-
XYZ12.9622.414.47-
YUV101.88124.1163.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 149 (58.59% from 255) = 58.20%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=4.69%
G=58.20%
B=37.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149950.9200.360.42156.3585.0931.57
HexC955F5C0242A9c5520
Octal142251371340445223412540
Binary110010010101101111110111000100100101010100111001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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