#0AB046

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

Shades of Pigment Green #0AB046

Tints of Pigment Green #0AB046

Color information

#0AB046 (or 0x0AB046) is unknown color: approx Pigment Green. HEX triplet: 0A, B0 and 46. RGB value is (10,176,70). Sum of RGB (Red+Green+Blue) = 10+176+70=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #0AB046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AB046 is #F54FB9. Grayscale: #727272. Windows color (decimal): -16076730 or 4632586. OLE color: 4632586.

HSL color Cylindrical-coordinate representation of color #0AB046: hue angle of 141.69º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB046 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1017670-
CMYK0.9400.600.31
HSL141.69º89.25%36.47%-
HSV(B)141.69º94.32%69.02%-
XYZ16.7631.5611-
YUV114.2810353.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.91%
GREEN value IS 176 (69.14% from 255) = 68.75%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=3.91%
G=68.75%
B=27.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10176700.9400.600.31141.6989.2536.47
HexAB0465E03C1F8e5924
Octal122601061360743721613144
Binary10101011000010001101011110011110011111100011101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,176,70); }

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

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

 a { background-color: rgb(10,176,70); }

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

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

 span { border-color: rgb(10,176,70); }

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