#0A995F

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

Shades of Shamrock Green #0A995F

Tints of Shamrock Green #0A995F

Color information

#0A995F (or 0x0A995F) is unknown color: approx Shamrock Green. HEX triplet: 0A, 99 and 5F. RGB value is (10,153,95). Sum of RGB (Red+Green+Blue) = 10+153+95=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 153 (60.16% from 255 or 59.30% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 153 - color contains mainly: green. Hex color #0A995F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A995F is #F566A0. Grayscale: #676767. Windows color (decimal): -16082593 or 6265098. OLE color: 6265098.

HSL color Cylindrical-coordinate representation of color #0A995F: hue angle of 155.66º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A995F is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1015395-
CMYK0.9300.380.4
HSL155.66º87.73%31.96%-
HSV(B)155.66º93.46%60%-
XYZ13.5823.6714.68-
YUV103.63123.1261.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.88%
GREEN value IS 153 (60.16% from 255) = 59.30%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=3.88%
G=59.30%
B=36.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153950.9300.380.4155.6687.7331.96
HexA995F5D026289c5820
Octal122311371350465023413040
Binary101010011001101111110111010100110101000100111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,153,95); }

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

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

 a { background-color: rgb(10,153,95); }

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

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

 span { border-color: rgb(10,153,95); }

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