Html Css Color HEX #00F1AF Medium Spring Green

📋 copy color: '#00F1AF'

red 0 ◦ green 241 ◦ blue 175

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

Shades of Medium Spring Green #00F1AF

Tints of Medium Spring Green #00F1AF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 241 (94.53% from 255) = 57.93%

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

R = 0%
G = 57.93%
B = 42.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#00F1AF (or 0x00F1AF) is known color: Medium Spring Green. HEX triplet: 00, F1 and AF. RGB value is (0,241,175). Sum of RGB (Red+Green+Blue) = 0+241+175=416 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #00F1AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F1AF is #FF0E50. Grayscale: #A1A1A1. Windows color (decimal): -16715345 or 11530496. OLE color: 11530496.

HSL color Cylindrical-coordinate representation of color #00F1AF: hue angle of 163.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F1AF is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 241 175 -
CMYK 1 0 0.27 0.05
HSL 163.57º 1% 0.47% -
HSV(B) 163.57º 1% 0.95% -
XYZ 39.19 66.01 51.23 -
YUV 161.42 135.66 12.87 -
System Red Green Blue C M Y K H S L
Decimal 0 241 175 1 0 0.27 0.05 163.57 1 0.47
Hex 0 F1 AF 64 0 1B 5 A4 64 2F
Octal 0 361 257 144 0 33 5 244 144 57
Binary 0 11110001 10101111 1100100 0 11011 101 10100100 1100100 101111

Color Harmonies of #00F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F1AF

Black with #00F1AF

Text Example


Text Example

White with #00F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F1AF; }

 p { color: rgb(0,241,175); }

 H1.HeaderClassName
 {
   color: #00F1AF;
 }
 .AnyTagClassName
 {
   color: #00F1AF;
 }
</style>

background-color css

<style>
 a { background-color: #00F1AF; }

 a { background-color: rgb(0,241,175); }

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

border-color css

<style>
 span { border-color: #00F1AF; }

 span { border-color: rgb(0,241,175); }

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