#0AA24F

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

Shades of Pigment Green #0AA24F

Tints of Pigment Green #0AA24F

Color information

#0AA24F (or 0x0AA24F) is unknown color: approx Pigment Green. HEX triplet: 0A, A2 and 4F. RGB value is (10,162,79). Sum of RGB (Red+Green+Blue) = 10+162+79=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 162 (63.67% from 255 or 64.54% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA24F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA24F is #F55DB0. Grayscale: #6B6B6B. Windows color (decimal): -16080305 or 5218826. OLE color: 5218826.

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

Color convert

RGB1016279-
CMYK0.9400.510.36
HSL147.24º88.37%33.73%-
HSV(B)147.24º93.83%63.53%-
XYZ14.4626.4711.74-
YUV107.09112.1458.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.98%
GREEN value IS 162 (63.67% from 255) = 64.54%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=3.98%
G=64.54%
B=31.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162790.9400.510.36147.2488.3733.73
HexAA24F5E03324935822
Octal122421171360634422313042
Binary101010100010100111110111100110011100100100100111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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