Html Css Color HEX #01FAAF Medium Spring Green

📋 copy color: '#01FAAF'

red 1 ◦ green 250 ◦ blue 175

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

Shades of Medium Spring Green #01FAAF

Tints of Medium Spring Green #01FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.69%

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

R = 0.23%
G = 58.69%
B = 41.08%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#01FAAF (or 0x01FAAF) is known color: Medium Spring Green. HEX triplet: 01, FA and AF. RGB value is (1,250,175). Sum of RGB (Red+Green+Blue) = 1+250+175=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FAAF is #FE0550. Grayscale: #A7A7A7. Windows color (decimal): -16647505 or 11532801. OLE color: 11532801.

HSL color Cylindrical-coordinate representation of color #01FAAF: hue angle of 161.93º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FAAF is Cyan = 1.00, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 250 175 -
CMYK 1.00 0 0.3 0.02
HSL 161.93º 0.99% 0.49% -
HSV(B) 161.93º 1% 0.98% -
XYZ 41.94 71.47 52.14 -
YUV 167 132.51 9.6 -
System Red Green Blue C M Y K H S L
Decimal 1 250 175 1.00 0 0.3 0.02 161.93 0.99 0.49
Hex 1 FA AF 64 0 1E 2 A2 63 31
Octal 1 372 257 144 0 36 2 242 143 61
Binary 1 11111010 10101111 1100100 0 11110 10 10100010 1100011 110001

Color Harmonies of #01FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FAAF

Black with #01FAAF

Text Example


Text Example

White with #01FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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