#01A840

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

Shades of Pigment Green #01A840

Tints of Pigment Green #01A840

Color information

#01A840 (or 0x01A840) is unknown color: approx Pigment Green. HEX triplet: 01, A8 and 40. RGB value is (1,168,64). Sum of RGB (Red+Green+Blue) = 1+168+64=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 168 (66.02% from 255 or 72.10% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 168 - color contains mainly: green. Hex color #01A840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A840 is #FE57BF. Grayscale: #6A6A6A. Windows color (decimal): -16668608 or 4237313. OLE color: 4237313.

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

Color convert

RGB116864-
CMYK0.9900.620.34
HSL142.63º98.82%33.14%-
HSV(B)142.63º99.4%65.88%-
XYZ14.9428.389.54-
YUV106.21104.1752.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 168 (66.02% from 255) = 72.10%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=0.43%
G=72.10%
B=27.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1168640.9900.620.34142.6398.8233.14
Hex1A8406303E228f6321
Octal12501001430764221714341
Binary110101000100000011000110111110100010100011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,168,64); }

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

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

 a { background-color: rgb(1,168,64); }

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

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

 span { border-color: rgb(1,168,64); }

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