#0AA05C

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

Shades of Shamrock Green #0AA05C

Tints of Shamrock Green #0AA05C

Color information

#0AA05C (or 0x0AA05C) is unknown color: approx Shamrock Green. HEX triplet: 0A, A0 and 5C. RGB value is (10,160,92). Sum of RGB (Red+Green+Blue) = 10+160+92=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 160 (62.89% from 255 or 61.07% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA05C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA05C is #F55FA3. Grayscale: #6B6B6B. Windows color (decimal): -16080804 or 6070282. OLE color: 6070282.

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

Color convert

RGB1016092-
CMYK0.9400.430.37
HSL152.8º88.24%33.33%-
HSV(B)152.8º93.75%62.75%-
XYZ14.6325.9814.37-
YUV107.4119.358.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 160 (62.89% from 255) = 61.07%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=3.82%
G=61.07%
B=35.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal10160920.9400.430.37152.888.2433.33
HexAA05C5E02B25995821
Octal122401341360534523113041
Binary101010100000101110010111100101011100101100110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,160,92); }

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

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

 a { background-color: rgb(10,160,92); }

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

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

 span { border-color: rgb(10,160,92); }

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