Html Css Color HEX #1FFAA0 Medium Spring Green

📋 copy color: '#1FFAA0'

red 31 ◦ green 250 ◦ blue 160

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

Shades of Medium Spring Green #1FFAA0

Tints of Medium Spring Green #1FFAA0

RGB

 RED value IS 31 (12.5% from 255) = 7.03%

 GREEN value IS 250 (98.05% from 255) = 56.69%

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

R = 7.03%
G = 56.69%
B = 36.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#1FFAA0 (or 0x1FFAA0) is known color: Medium Spring Green. HEX triplet: 1F, FA and A0. RGB value is (31,250,160). Sum of RGB (Red+Green+Blue) = 31+250+160=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFAA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FFAA0 is #E0055F. Grayscale: #AEAEAE. Windows color (decimal): -14681440 or 10549791. OLE color: 10549791.

HSL color Cylindrical-coordinate representation of color #1FFAA0: hue angle of 155.34º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFAA0 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 250 160 -
CMYK 0.88 0 0.36 0.02
HSL 155.34º 0.96% 0.55% -
HSV(B) 155.34º 0.88% 0.98% -
XYZ 41.1 71.2 44.83 -
YUV 174.26 119.95 25.82 -
System Red Green Blue C M Y K H S L
Decimal 31 250 160 0.88 0 0.36 0.02 155.34 0.96 0.55
Hex 1F FA A0 58 0 24 2 9B 60 37
Octal 37 372 240 130 0 44 2 233 140 67
Binary 11111 11111010 10100000 1011000 0 100100 10 10011011 1100000 110111

Color Harmonies of #1FFAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFAA0

Black with #1FFAA0

Text Example


Text Example

White with #1FFAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FFAA0; }

 p { color: rgb(31,250,160); }

 H1.HeaderClassName
 {
   color: #1FFAA0;
 }
 .AnyTagClassName
 {
   color: #1FFAA0;
 }
</style>

background-color css

<style>
 a { background-color: #1FFAA0; }

 a { background-color: rgb(31,250,160); }

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

border-color css

<style>
 span { border-color: #1FFAA0; }

 span { border-color: rgb(31,250,160); }

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