#0AA561

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

Shades of Shamrock Green #0AA561

Tints of Shamrock Green #0AA561

Color information

#0AA561 (or 0x0AA561) is unknown color: approx Shamrock Green. HEX triplet: 0A, A5 and 61. RGB value is (10,165,97). Sum of RGB (Red+Green+Blue) = 10+165+97=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 165 (64.84% from 255 or 60.66% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA561 is #F55A9E. Grayscale: #6F6F6F. Windows color (decimal): -16079519 or 6399242. OLE color: 6399242.

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

Color convert

RGB1016597-
CMYK0.9400.410.35
HSL153.68º88.57%34.31%-
HSV(B)153.68º93.94%64.71%-
XYZ15.7427.8415.85-
YUV110.9120.1556.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 165 (64.84% from 255) = 60.66%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=3.68%
G=60.66%
B=35.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10165970.9400.410.35153.6888.5734.31
HexAA5615E029239a5922
Octal122451411360514323213142
Binary101010100101110000110111100101001100011100110101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,165,97); }

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

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

 a { background-color: rgb(10,165,97); }

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

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

 span { border-color: rgb(10,165,97); }

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