Html Css Color HEX #01AC50 Pigment Green

📋 copy color: '#01AC50'

red 1 ◦ green 172 ◦ blue 80

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

Shades of Pigment Green #01AC50

Tints of Pigment Green #01AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 67.98%

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 0.4%
G = 67.98%
B = 31.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#01AC50 (or 0x01AC50) is known color: Pigment Green. HEX triplet: 01, AC and 50. RGB value is (1,172,80). Sum of RGB (Red+Green+Blue) = 1+172+80=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AC50 is #FE53AF. Grayscale: #6E6E6E. Windows color (decimal): -16667568 or 5286913. OLE color: 5286913.

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

Color convert

RGB 1 172 80 -
CMYK 0.99 0 0.53 0.33
HSL 147.72º 0.99% 0.34% -
HSV(B) 147.72º 0.99% 0.67% -
XYZ 16.21 30.09 12.54 -
YUV 110.38 110.85 49.98 -
System Red Green Blue C M Y K H S L
Decimal 1 172 80 0.99 0 0.53 0.33 147.72 0.99 0.34
Hex 1 AC 50 63 0 35 21 94 63 22
Octal 1 254 120 143 0 65 41 224 143 42
Binary 1 10101100 1010000 1100011 0 110101 100001 10010100 1100011 100010

Color Harmonies of #01AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC50

Black with #01AC50

Text Example


Text Example

White with #01AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,172,80); }

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

background-color css

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

 a { background-color: rgb(1,172,80); }

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

border-color css

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

 span { border-color: rgb(1,172,80); }

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