#0AA24A

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

Shades of Pigment Green #0AA24A

Tints of Pigment Green #0AA24A

Color information

#0AA24A (or 0x0AA24A) is unknown color: approx Pigment Green. HEX triplet: 0A, A2 and 4A. RGB value is (10,162,74). Sum of RGB (Red+Green+Blue) = 10+162+74=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA24A is #F55DB5. Grayscale: #6A6A6A. Windows color (decimal): -16080310 or 4891146. OLE color: 4891146.

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

Color convert

RGB1016274-
CMYK0.9400.540.36
HSL145.26º88.37%33.73%-
HSV(B)145.26º93.83%63.53%-
XYZ14.2826.410.82-
YUV106.52109.6459.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 162 (63.67% from 255) = 65.85%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=4.07%
G=65.85%
B=30.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162740.9400.540.36145.2688.3733.73
HexAA24A5E03624915822
Octal122421121360664422113042
Binary101010100010100101010111100110110100100100100011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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