#01A256

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

Shades of Pigment Green #01A256

Tints of Pigment Green #01A256

Color information

#01A256 (or 0x01A256) is unknown color: approx Pigment Green. HEX triplet: 01, A2 and 56. RGB value is (1,162,86). Sum of RGB (Red+Green+Blue) = 1+162+86=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #01A256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A256 is #FE5DA9. Grayscale: #696969. Windows color (decimal): -16670122 or 5677569. OLE color: 5677569.

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

Color convert

RGB116286-
CMYK0.9900.470.36
HSL151.68º98.77%31.96%-
HSV(B)151.68º99.38%63.53%-
XYZ14.6126.5213.15-
YUV105.2117.1653.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 162 (63.67% from 255) = 65.06%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=0.40%
G=65.06%
B=34.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1162860.9900.470.36151.6898.7731.96
Hex1A2566302F24986320
Octal12421261430574423014340
Binary110100010101011011000110101111100100100110001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,162,86); }

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

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

 a { background-color: rgb(1,162,86); }

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

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

 span { border-color: rgb(1,162,86); }

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