#0A9E5A

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

Shades of Shamrock Green #0A9E5A

Tints of Shamrock Green #0A9E5A

Color information

#0A9E5A (or 0x0A9E5A) is unknown color: approx Shamrock Green. HEX triplet: 0A, 9E and 5A. RGB value is (10,158,90). Sum of RGB (Red+Green+Blue) = 10+158+90=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 158 (62.11% from 255 or 61.24% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E5A is #F561A5. Grayscale: #6A6A6A. Windows color (decimal): -16081318 or 5938698. OLE color: 5938698.

HSL color Cylindrical-coordinate representation of color #0A9E5A: hue angle of 152.43º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E5A is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1015890-
CMYK0.9400.430.38
HSL152.43º88.1%32.94%-
HSV(B)152.43º93.67%61.96%-
XYZ14.225.2613.8-
YUV106118.9759.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.88%
GREEN value IS 158 (62.11% from 255) = 61.24%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=3.88%
G=61.24%
B=34.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10158900.9400.430.38152.4388.132.94
HexA9E5A5E02B26985821
Octal122361321360534623013041
Binary101010011110101101010111100101011100110100110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,158,90); }

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

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

 a { background-color: rgb(10,158,90); }

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

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

 span { border-color: rgb(10,158,90); }

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