#0AA65A

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

Shades of Pigment Green #0AA65A

Tints of Pigment Green #0AA65A

Color information

#0AA65A (or 0x0AA65A) is unknown color: approx Pigment Green. HEX triplet: 0A, A6 and 5A. RGB value is (10,166,90). Sum of RGB (Red+Green+Blue) = 10+166+90=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 166 (65.23% from 255 or 62.41% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA65A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA65A is #F559A5. Grayscale: #6E6E6E. Windows color (decimal): -16079270 or 5940746. OLE color: 5940746.

HSL color Cylindrical-coordinate representation of color #0AA65A: hue angle of 150.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA65A is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1016690-
CMYK0.9400.460.35
HSL150.77º88.64%34.51%-
HSV(B)150.77º93.98%65.1%-
XYZ15.6128.0814.27-
YUV110.69116.3256.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.76%
GREEN value IS 166 (65.23% from 255) = 62.41%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=3.76%
G=62.41%
B=33.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10166900.9400.460.35150.7788.6434.51
HexAA65A5E02E23975923
Octal122461321360564322713143
Binary101010100110101101010111100101110100011100101111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,166,90); }

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

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

 a { background-color: rgb(10,166,90); }

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

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

 span { border-color: rgb(10,166,90); }

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