#01A84B

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

Shades of Pigment Green #01A84B

Tints of Pigment Green #01A84B

Color information

#01A84B (or 0x01A84B) is unknown color: approx Pigment Green. HEX triplet: 01, A8 and 4B. RGB value is (1,168,75). Sum of RGB (Red+Green+Blue) = 1+168+75=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 168 (66.02% from 255 or 68.85% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 168 - color contains mainly: green. Hex color #01A84B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A84B is #FE57B4. Grayscale: #6B6B6B. Windows color (decimal): -16668597 or 4958209. OLE color: 4958209.

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

Color convert

RGB116875-
CMYK0.9900.550.34
HSL146.59º98.82%33.14%-
HSV(B)146.59º99.4%65.88%-
XYZ15.2928.5211.36-
YUV107.46109.6752.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 168 (66.02% from 255) = 68.85%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=0.41%
G=68.85%
B=30.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1168750.9900.550.34146.5998.8233.14
Hex1A84B6303722936321
Octal12501131430674222314341
Binary110101000100101111000110110111100010100100111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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