Html Css Color HEX #01F2AF Medium Spring Green

📋 copy color: '#01F2AF'

red 1 ◦ green 242 ◦ blue 175

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

Shades of Medium Spring Green #01F2AF

Tints of Medium Spring Green #01F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.89%

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

R = 0.24%
G = 57.89%
B = 41.87%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#01F2AF (or 0x01F2AF) is known color: Medium Spring Green. HEX triplet: 01, F2 and AF. RGB value is (1,242,175). Sum of RGB (Red+Green+Blue) = 1+242+175=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F2AF is #FE0D50. Grayscale: #A2A2A2. Windows color (decimal): -16649553 or 11530753. OLE color: 11530753.

HSL color Cylindrical-coordinate representation of color #01F2AF: hue angle of 163.32º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F2AF is Cyan = 1.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 242 175 -
CMYK 1.00 0 0.28 0.05
HSL 163.32º 0.99% 0.48% -
HSV(B) 163.32º 1% 0.95% -
XYZ 39.5 66.61 51.33 -
YUV 162.3 135.16 12.95 -
System Red Green Blue C M Y K H S L
Decimal 1 242 175 1.00 0 0.28 0.05 163.32 0.99 0.48
Hex 1 F2 AF 64 0 1C 5 A3 63 30
Octal 1 362 257 144 0 34 5 243 143 60
Binary 1 11110010 10101111 1100100 0 11100 101 10100011 1100011 110000

Color Harmonies of #01F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F2AF

Black with #01F2AF

Text Example


Text Example

White with #01F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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