Html Css Color HEX #00F2AF Medium Spring Green

📋 copy color: '#00F2AF'

red 0 ◦ green 242 ◦ blue 175

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

Shades of Medium Spring Green #00F2AF

Tints of Medium Spring Green #00F2AF

RGB

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

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

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

R = 0%
G = 58.03%
B = 41.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#00F2AF (or 0x00F2AF) is known color: Medium Spring Green. HEX triplet: 00, F2 and AF. RGB value is (0,242,175). Sum of RGB (Red+Green+Blue) = 0+242+175=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #00F2AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F2AF is #FF0D50. Grayscale: #A2A2A2. Windows color (decimal): -16715089 or 11530752. OLE color: 11530752.

HSL color Cylindrical-coordinate representation of color #00F2AF: hue angle of 163.39º 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 #00F2AF is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 242 175 -
CMYK 1 0 0.28 0.05
HSL 163.39º 1% 0.47% -
HSV(B) 163.39º 1% 0.95% -
XYZ 39.49 66.6 51.33 -
YUV 162 135.33 12.45 -
System Red Green Blue C M Y K H S L
Decimal 0 242 175 1 0 0.28 0.05 163.39 1 0.47
Hex 0 F2 AF 64 0 1C 5 A3 64 2F
Octal 0 362 257 144 0 34 5 243 144 57
Binary 0 11110010 10101111 1100100 0 11100 101 10100011 1100100 101111

Color Harmonies of #00F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F2AF

Black with #00F2AF

Text Example


Text Example

White with #00F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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