#0AA25C

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

Shades of Shamrock Green #0AA25C

Tints of Shamrock Green #0AA25C

Color information

#0AA25C (or 0x0AA25C) is unknown color: approx Shamrock Green. HEX triplet: 0A, A2 and 5C. RGB value is (10,162,92). Sum of RGB (Red+Green+Blue) = 10+162+92=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA25C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA25C is #F55DA3. Grayscale: #6C6C6C. Windows color (decimal): -16080292 or 6070794. OLE color: 6070794.

HSL color Cylindrical-coordinate representation of color #0AA25C: hue angle of 152.37º 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 #0AA25C is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1016292-
CMYK0.9400.430.36
HSL152.37º88.37%33.73%-
HSV(B)152.37º93.83%63.53%-
XYZ14.9826.6814.49-
YUV108.57118.6457.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 162 (63.67% from 255) = 61.36%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=3.79%
G=61.36%
B=34.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162920.9400.430.36152.3788.3733.73
HexAA25C5E02B24985822
Octal122421341360534423013042
Binary101010100010101110010111100101011100100100110001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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