Html Css Color HEX #00FFA0 Medium Spring Green

📋 copy color: '#00FFA0'

red 0 ◦ green 255 ◦ blue 160

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

Shades of Medium Spring Green #00FFA0

Tints of Medium Spring Green #00FFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 61.45%

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 0%
G = 61.45%
B = 38.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#00FFA0 (or 0x00FFA0) is known color: Medium Spring Green. HEX triplet: 00, FF and A0. RGB value is (0,255,160). Sum of RGB (Red+Green+Blue) = 0+255+160=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FFA0 is #FF005F. Grayscale: #A8A8A8. Windows color (decimal): -16711776 or 10551040. OLE color: 10551040.

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

Color convert

RGB 0 255 160 -
CMYK 1 0 0.37 0
HSL 157.65º 1% 0.5% -
HSV(B) 157.65º 1% 1% -
XYZ 42.11 74.06 45.33 -
YUV 167.93 123.52 8.22 -
System Red Green Blue C M Y K H S L
Decimal 0 255 160 1 0 0.37 0 157.65 1 0.5
Hex 0 FF A0 64 0 25 0 9E 64 32
Octal 0 377 240 144 0 45 0 236 144 62
Binary 0 11111111 10100000 1100100 0 100101 0 10011110 1100100 110010

Color Harmonies of #00FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFA0

Black with #00FFA0

Text Example


Text Example

White with #00FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,255,160); }

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

background-color css

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

 a { background-color: rgb(0,255,160); }

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

border-color css

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

 span { border-color: rgb(0,255,160); }

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