#0AA458

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

Shades of Pigment Green #0AA458

Tints of Pigment Green #0AA458

Color information

#0AA458 (or 0x0AA458) is unknown color: approx Pigment Green. HEX triplet: 0A, A4 and 58. RGB value is (10,164,88). Sum of RGB (Red+Green+Blue) = 10+164+88=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA458 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA458 is #F55BA7. Grayscale: #6D6D6D. Windows color (decimal): -16079784 or 5809162. OLE color: 5809162.

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

Color convert

RGB1016488-
CMYK0.9400.460.36
HSL150.39º88.51%34.12%-
HSV(B)150.39º93.9%64.31%-
XYZ15.1627.3213.71-
YUV109.29115.9857.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 164 (64.45% from 255) = 62.60%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=3.82%
G=62.60%
B=33.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10164880.9400.460.36150.3988.5134.12
HexAA4585E02E24965922
Octal122441301360564422613142
Binary101010100100101100010111100101110100100100101101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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