#01A43E

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

Shades of Pigment Green #01A43E

Tints of Pigment Green #01A43E

Color information

#01A43E (or 0x01A43E) is unknown color: approx Pigment Green. HEX triplet: 01, A4 and 3E. RGB value is (1,164,62). Sum of RGB (Red+Green+Blue) = 1+164+62=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #01A43E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A43E is #FE5BC1. Grayscale: #676767. Windows color (decimal): -16669634 or 4105217. OLE color: 4105217.

HSL color Cylindrical-coordinate representation of color #01A43E: hue angle of 142.45º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A43E is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB116462-
CMYK0.9900.620.36
HSL142.45º98.79%32.35%-
HSV(B)142.45º99.39%64.31%-
XYZ14.1626.919-
YUV103.64104.554.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 164 (64.45% from 255) = 72.25%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=0.44%
G=72.25%
B=27.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1164620.9900.620.36142.4598.7932.35
Hex1A43E6303E248e6320
Octal1244761430764421614340
Binary11010010011111011000110111110100100100011101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A43E; }

 p { color: rgb(1,164,62); }

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

<style>
 a { background-color: #01A43E; }

 a { background-color: rgb(1,164,62); }

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

<style>
 span { border-color: #01A43E; }

 span { border-color: rgb(1,164,62); }

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