Html Css Color HEX #01AA4F Pigment Green

📋 copy color: '#01AA4F'

red 1 ◦ green 170 ◦ blue 79

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

Shades of Pigment Green #01AA4F

Tints of Pigment Green #01AA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 68%

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

R = 0.4%
G = 68%
B = 31.6%

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

#01AA4F (or 0x01AA4F) is known color: Pigment Green. HEX triplet: 01, AA and 4F. RGB value is (1,170,79). Sum of RGB (Red+Green+Blue) = 1+170+79=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA4F is #FE55B0. Grayscale: #6D6D6D. Windows color (decimal): -16668081 or 5220865. OLE color: 5220865.

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

Color convert

RGB 1 170 79 -
CMYK 0.99 0 0.54 0.33
HSL 147.69º 0.99% 0.34% -
HSV(B) 147.69º 0.99% 0.67% -
XYZ 15.8 29.32 12.22 -
YUV 109.1 111.01 50.9 -
System Red Green Blue C M Y K H S L
Decimal 1 170 79 0.99 0 0.54 0.33 147.69 0.99 0.34
Hex 1 AA 4F 63 0 36 21 94 63 22
Octal 1 252 117 143 0 66 41 224 143 42
Binary 1 10101010 1001111 1100011 0 110110 100001 10010100 1100011 100010

Color Harmonies of #01AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA4F

Black with #01AA4F

Text Example


Text Example

White with #01AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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