Html Css Color HEX #01AF50 Pigment Green

📋 copy color: '#01AF50'

red 1 ◦ green 175 ◦ blue 80

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

Shades of Pigment Green #01AF50

Tints of Pigment Green #01AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 68.36%

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

R = 0.39%
G = 68.36%
B = 31.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#01AF50 (or 0x01AF50) is known color: Pigment Green. HEX triplet: 01, AF and 50. RGB value is (1,175,80). Sum of RGB (Red+Green+Blue) = 1+175+80=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF50 is #FE50AF. Grayscale: #707070. Windows color (decimal): -16666800 or 5287681. OLE color: 5287681.

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

Color convert

RGB 1 175 80 -
CMYK 0.99 0 0.54 0.31
HSL 147.24º 0.99% 0.35% -
HSV(B) 147.24º 0.99% 0.69% -
XYZ 16.79 31.25 12.74 -
YUV 112.14 109.85 48.72 -
System Red Green Blue C M Y K H S L
Decimal 1 175 80 0.99 0 0.54 0.31 147.24 0.99 0.35
Hex 1 AF 50 63 0 36 1F 93 63 23
Octal 1 257 120 143 0 66 37 223 143 43
Binary 1 10101111 1010000 1100011 0 110110 11111 10010011 1100011 100011

Color Harmonies of #01AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF50

Black with #01AF50

Text Example


Text Example

White with #01AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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