#01A64C

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

Shades of Pigment Green #01A64C

Tints of Pigment Green #01A64C

Color information

#01A64C (or 0x01A64C) is unknown color: approx Pigment Green. HEX triplet: 01, A6 and 4C. RGB value is (1,166,76). Sum of RGB (Red+Green+Blue) = 1+166+76=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #01A64C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A64C is #FE59B3. Grayscale: #6A6A6A. Windows color (decimal): -16669108 or 5023233. OLE color: 5023233.

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

Color convert

RGB116676-
CMYK0.9900.540.35
HSL147.27º98.8%32.75%-
HSV(B)147.27º99.4%65.1%-
XYZ14.9527.811.42-
YUV106.4110.8452.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 166 (65.23% from 255) = 68.31%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=0.41%
G=68.31%
B=31.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1166760.9900.540.35147.2798.832.75
Hex1A64C6303623936321
Octal12461141430664322314341
Binary110100110100110011000110110110100011100100111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,166,76); }

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

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

 a { background-color: rgb(1,166,76); }

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

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

 span { border-color: rgb(1,166,76); }

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