#01A33F

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

Shades of Pigment Green #01A33F

Tints of Pigment Green #01A33F

Color information

#01A33F (or 0x01A33F) is unknown color: approx Pigment Green. HEX triplet: 01, A3 and 3F. RGB value is (1,163,63). Sum of RGB (Red+Green+Blue) = 1+163+63=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 163 (64.06% from 255 or 71.81% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 163 - color contains mainly: green. Hex color #01A33F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A33F is #FE5CC0. Grayscale: #676767. Windows color (decimal): -16669889 or 4170497. OLE color: 4170497.

HSL color Cylindrical-coordinate representation of color #01A33F: hue angle of 142.96º 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 #01A33F is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB116363-
CMYK0.9900.610.36
HSL142.96º98.78%32.16%-
HSV(B)142.96º99.39%63.92%-
XYZ14.0126.569.09-
YUV103.16105.3355.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 163 (64.06% from 255) = 71.81%
BLUE value IS 63 (25% from 255) = 27.75%
R=0.44%
G=71.81%
B=27.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1163630.9900.610.36142.9698.7832.16
Hex1A33F6303D248f6320
Octal1243771430754421714340
Binary11010001111111111000110111101100100100011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,163,63); }

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

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

 a { background-color: rgb(1,163,63); }

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

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

 span { border-color: rgb(1,163,63); }

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