#0AA446

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

Shades of Pigment Green #0AA446

Tints of Pigment Green #0AA446

Color information

#0AA446 (or 0x0AA446) is unknown color: approx Pigment Green. HEX triplet: 0A, A4 and 46. RGB value is (10,164,70). Sum of RGB (Red+Green+Blue) = 10+164+70=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 164 (64.45% from 255 or 67.21% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA446 is #F55BB9. Grayscale: #6B6B6B. Windows color (decimal): -16079802 or 4629514. OLE color: 4629514.

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

Color convert

RGB1016470-
CMYK0.9400.570.36
HSL143.38º88.51%34.12%-
HSV(B)143.38º93.9%64.31%-
XYZ14.5127.0610.25-
YUV107.24106.9858.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 164 (64.45% from 255) = 67.21%
BLUE value IS 70 (27.73% from 255) = 28.69%
R=4.10%
G=67.21%
B=28.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10164700.9400.570.36143.3888.5134.12
HexAA4465E039248f5922
Octal122441061360714421713142
Binary101010100100100011010111100111001100100100011111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,164,70); }

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

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

 a { background-color: rgb(10,164,70); }

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

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

 span { border-color: rgb(10,164,70); }

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