#0AA23B

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

Shades of Pigment Green #0AA23B

Tints of Pigment Green #0AA23B

Color information

#0AA23B (or 0x0AA23B) is unknown color: approx Pigment Green. HEX triplet: 0A, A2 and 3B. RGB value is (10,162,59). Sum of RGB (Red+Green+Blue) = 10+162+59=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 162 (63.67% from 255 or 70.13% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA23B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA23B is #F55DC4. Grayscale: #696969. Windows color (decimal): -16080325 or 3908106. OLE color: 3908106.

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

Color convert

RGB1016259-
CMYK0.9400.640.36
HSL139.34º88.37%33.73%-
HSV(B)139.34º93.83%63.53%-
XYZ13.8326.228.47-
YUV104.81102.1460.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 162 (63.67% from 255) = 70.13%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=4.33%
G=70.13%
B=25.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162590.9400.640.36139.3488.3733.73
HexAA23B5E040248b5822
Octal122427313601004421313042
Binary101010100010111011101111001000000100100100010111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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