Html Css Color HEX #01FFAF Medium Spring Green

📋 copy color: '#01FFAF'

red 1 ◦ green 255 ◦ blue 175

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

Shades of Medium Spring Green #01FFAF

Tints of Medium Spring Green #01FFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 59.16%

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 0.23%
G = 59.16%
B = 40.6%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#01FFAF (or 0x01FFAF) is known color: Medium Spring Green. HEX triplet: 01, FF and AF. RGB value is (1,255,175). Sum of RGB (Red+Green+Blue) = 1+255+175=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FFAF is #FE0050. Grayscale: #AAAAAA. Windows color (decimal): -16646225 or 11534081. OLE color: 11534081.

HSL color Cylindrical-coordinate representation of color #01FFAF: hue angle of 161.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFAF is Cyan = 1.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 175 -
CMYK 1.00 0 0.31 0
HSL 161.1º 1% 0.5% -
HSV(B) 161.1º 1% 1% -
XYZ 43.51 74.62 52.67 -
YUV 169.93 130.85 7.5 -
System Red Green Blue C M Y K H S L
Decimal 1 255 175 1.00 0 0.31 0 161.1 1 0.5
Hex 1 FF AF 64 0 1F 0 A1 64 32
Octal 1 377 257 144 0 37 0 241 144 62
Binary 1 11111111 10101111 1100100 0 11111 0 10100001 1100100 110010

Color Harmonies of #01FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FFAF

Black with #01FFAF

Text Example


Text Example

White with #01FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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