#0AA23C

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

Shades of Pigment Green #0AA23C

Tints of Pigment Green #0AA23C

Color information

#0AA23C (or 0x0AA23C) is unknown color: approx Pigment Green. HEX triplet: 0A, A2 and 3C. RGB value is (10,162,60). Sum of RGB (Red+Green+Blue) = 10+162+60=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 162 (63.67% from 255 or 69.83% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 162 - color contains mainly: green. Hex color #0AA23C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA23C is #F55DC3. Grayscale: #696969. Windows color (decimal): -16080324 or 3973642. OLE color: 3973642.

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

Color convert

RGB1016260-
CMYK0.9400.630.36
HSL139.74º88.37%33.73%-
HSV(B)139.74º93.83%63.53%-
XYZ13.8626.238.61-
YUV104.92102.6460.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 162 (63.67% from 255) = 69.83%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=4.31%
G=69.83%
B=25.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10162600.9400.630.36139.7488.3733.73
HexAA23C5E03F248c5822
Octal12242741360774421413042
Binary10101010001011110010111100111111100100100011001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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