Html Css Color HEX #01AB4F Pigment Green

📋 copy color: '#01AB4F'

red 1 ◦ green 171 ◦ blue 79

#01AB4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #01AB4F

Tints of Pigment Green #01AB4F

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 171 (67.19% from 255) = 68.13%

 BLUE value IS 79 (31.25% from 255) = 31.47%

R = 0.4%
G = 68.13%
B = 31.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#01AB4F (or 0x01AB4F) is known color: Pigment Green. HEX triplet: 01, AB and 4F. RGB value is (1,171,79). Sum of RGB (Red+Green+Blue) = 1+171+79=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AB4F is #FE54B0. Grayscale: #6D6D6D. Windows color (decimal): -16667825 or 5221121. OLE color: 5221121.

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

Color convert

RGB 1 171 79 -
CMYK 0.99 0 0.54 0.33
HSL 147.53º 0.99% 0.34% -
HSV(B) 147.53º 0.99% 0.67% -
XYZ 15.99 29.7 12.29 -
YUV 109.68 110.68 50.48 -
System Red Green Blue C M Y K H S L
Decimal 1 171 79 0.99 0 0.54 0.33 147.53 0.99 0.34
Hex 1 AB 4F 63 0 36 21 94 63 22
Octal 1 253 117 143 0 66 41 224 143 42
Binary 1 10101011 1001111 1100011 0 110110 100001 10010100 1100011 100010

Color Harmonies of #01AB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB4F

Black with #01AB4F

Text Example


Text Example

White with #01AB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,171,79); }

 H1.HeaderClassName
 {
   color: #01AB4F;
 }
 .AnyTagClassName
 {
   color: #01AB4F;
 }
</style>

background-color css

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

 a { background-color: rgb(1,171,79); }

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

border-color css

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

 span { border-color: rgb(1,171,79); }

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