Html Css Color HEX #00FDAF Medium Spring Green

📋 copy color: '#00FDAF'

red 0 ◦ green 253 ◦ blue 175

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

Shades of Medium Spring Green #00FDAF

Tints of Medium Spring Green #00FDAF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.11%

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

R = 0%
G = 59.11%
B = 40.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#00FDAF (or 0x00FDAF) is known color: Medium Spring Green. HEX triplet: 00, FD and AF. RGB value is (0,253,175). Sum of RGB (Red+Green+Blue) = 0+253+175=428 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #00FDAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FDAF is #FF0250. Grayscale: #A8A8A8. Windows color (decimal): -16712273 or 11533568. OLE color: 11533568.

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

Color convert

RGB 0 253 175 -
CMYK 1 0 0.31 0.01
HSL 161.5º 1% 0.5% -
HSV(B) 161.5º 1% 0.99% -
XYZ 42.86 73.35 52.46 -
YUV 168.46 131.68 7.84 -
System Red Green Blue C M Y K H S L
Decimal 0 253 175 1 0 0.31 0.01 161.5 1 0.5
Hex 0 FD AF 64 0 1F 1 A2 64 32
Octal 0 375 257 144 0 37 1 242 144 62
Binary 0 11111101 10101111 1100100 0 11111 1 10100010 1100100 110010

Color Harmonies of #00FDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FDAF

Black with #00FDAF

Text Example


Text Example

White with #00FDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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