Html Css Color HEX #01AC49 Pigment Green

📋 copy color: '#01AC49'

red 1 ◦ green 172 ◦ blue 73

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

Shades of Pigment Green #01AC49

Tints of Pigment Green #01AC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.67%

R = 0.41%
G = 69.92%
B = 29.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#01AC49 (or 0x01AC49) is known color: Pigment Green. HEX triplet: 01, AC and 49. RGB value is (1,172,73). Sum of RGB (Red+Green+Blue) = 1+172+73=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC49 is #FE53B6. Grayscale: #6D6D6D. Windows color (decimal): -16667575 or 4828161. OLE color: 4828161.

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

Color convert

RGB 1 172 73 -
CMYK 0.99 0 0.58 0.33
HSL 145.26º 0.99% 0.34% -
HSV(B) 145.26º 0.99% 0.67% -
XYZ 15.97 29.99 11.25 -
YUV 109.59 107.35 50.55 -
System Red Green Blue C M Y K H S L
Decimal 1 172 73 0.99 0 0.58 0.33 145.26 0.99 0.34
Hex 1 AC 49 63 0 3A 21 91 63 22
Octal 1 254 111 143 0 72 41 221 143 42
Binary 1 10101100 1001001 1100011 0 111010 100001 10010001 1100011 100010

Color Harmonies of #01AC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC49

Black with #01AC49

Text Example


Text Example

White with #01AC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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