#0AA360

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

Shades of Shamrock Green #0AA360

Tints of Shamrock Green #0AA360

Color information

#0AA360 (or 0x0AA360) is unknown color: approx Shamrock Green. HEX triplet: 0A, A3 and 60. RGB value is (10,163,96). Sum of RGB (Red+Green+Blue) = 10+163+96=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA360 is #F55C9F. Grayscale: #6D6D6D. Windows color (decimal): -16080032 or 6333194. OLE color: 6333194.

HSL color Cylindrical-coordinate representation of color #0AA360: hue angle of 153.73º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA360 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1016396-
CMYK0.9400.410.36
HSL153.73º88.44%33.92%-
HSV(B)153.73º93.87%63.92%-
XYZ15.3327.115.49-
YUV109.62120.3156.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.72%
GREEN value IS 163 (64.06% from 255) = 60.59%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=3.72%
G=60.59%
B=35.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10163960.9400.410.36153.7388.4433.92
HexAA3605E029249a5822
Octal122431401360514423213042
Binary101010100011110000010111100101001100100100110101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,163,96); }

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

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

 a { background-color: rgb(10,163,96); }

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

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

 span { border-color: rgb(10,163,96); }

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