#01A94A

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

Shades of Pigment Green #01A94A

Tints of Pigment Green #01A94A

Color information

#01A94A (or 0x01A94A) is unknown color: approx Pigment Green. HEX triplet: 01, A9 and 4A. RGB value is (1,169,74). Sum of RGB (Red+Green+Blue) = 1+169+74=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 169 (66.41% from 255 or 69.26% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 169 - color contains mainly: green. Hex color #01A94A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A94A is #FE56B5. Grayscale: #6C6C6C. Windows color (decimal): -16668342 or 4892929. OLE color: 4892929.

HSL color Cylindrical-coordinate representation of color #01A94A: hue angle of 146.07º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A94A is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB116974-
CMYK0.9900.560.34
HSL146.07º98.82%33.33%-
HSV(B)146.07º99.41%66.27%-
XYZ15.4428.8811.24-
YUV107.94108.8451.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 169 (66.41% from 255) = 69.26%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=0.41%
G=69.26%
B=30.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1169740.9900.560.34146.0798.8233.33
Hex1A94A6303822926321
Octal12511121430704222214341
Binary110101001100101011000110111000100010100100101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,169,74); }

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

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

 a { background-color: rgb(1,169,74); }

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

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

 span { border-color: rgb(1,169,74); }

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