#0A955D

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

Shades of Shamrock Green #0A955D

Tints of Shamrock Green #0A955D

Color information

#0A955D (or 0x0A955D) is unknown color: approx Shamrock Green. HEX triplet: 0A, 95 and 5D. RGB value is (10,149,93). Sum of RGB (Red+Green+Blue) = 10+149+93=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #0A955D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A955D is #F56AA2. Grayscale: #656565. Windows color (decimal): -16083619 or 6133002. OLE color: 6133002.

HSL color Cylindrical-coordinate representation of color #0A955D: hue angle of 155.83º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A955D is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1014993-
CMYK0.9300.380.42
HSL155.83º87.42%31.18%-
HSV(B)155.83º93.29%58.43%-
XYZ12.8522.3513.99-
YUV101.06123.4563.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.97%
GREEN value IS 149 (58.59% from 255) = 59.13%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=3.97%
G=59.13%
B=36.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10149930.9300.380.42155.8387.4231.18
HexA955D5D0262A9c571f
Octal122251351350465223412737
Binary10101001010110111011011101010011010101010011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,149,93); }

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

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

 a { background-color: rgb(10,149,93); }

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

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

 span { border-color: rgb(10,149,93); }

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