#0AAB4A

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

Shades of Pigment Green #0AAB4A

Tints of Pigment Green #0AAB4A

Color information

#0AAB4A (or 0x0AAB4A) is unknown color: approx Pigment Green. HEX triplet: 0A, AB and 4A. RGB value is (10,171,74). Sum of RGB (Red+Green+Blue) = 10+171+74=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB4A is #F554B5. Grayscale: #707070. Windows color (decimal): -16078006 or 4893450. OLE color: 4893450.

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

Color convert

RGB1017174-
CMYK0.9400.570.33
HSL143.85º88.95%35.49%-
HSV(B)143.85º94.15%67.06%-
XYZ15.9229.6811.37-
YUV111.8106.6655.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.92%
GREEN value IS 171 (67.19% from 255) = 67.06%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=3.92%
G=67.06%
B=29.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10171740.9400.570.33143.8588.9535.49
HexAAB4A5E03921905923
Octal122531121360714122013143
Binary101010101011100101010111100111001100001100100001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,171,74); }

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

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

 a { background-color: rgb(10,171,74); }

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

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

 span { border-color: rgb(10,171,74); }

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