Html Css Color HEX #1FFBA0 Medium Spring Green

📋 copy color: '#1FFBA0'

red 31 ◦ green 251 ◦ blue 160

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

Shades of Medium Spring Green #1FFBA0

Tints of Medium Spring Green #1FFBA0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.79%

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

R = 7.01%
G = 56.79%
B = 36.2%

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

#1FFBA0 (or 0x1FFBA0) is known color: Medium Spring Green. HEX triplet: 1F, FB and A0. RGB value is (31,251,160). Sum of RGB (Red+Green+Blue) = 31+251+160=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FFBA0 is #E0045F. Grayscale: #AEAEAE. Windows color (decimal): -14681184 or 10550047. OLE color: 10550047.

HSL color Cylindrical-coordinate representation of color #1FFBA0: hue angle of 155.18º 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 #1FFBA0 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 251 160 -
CMYK 0.88 0 0.36 0.02
HSL 155.18º 0.96% 0.55% -
HSV(B) 155.18º 0.88% 0.98% -
XYZ 41.41 71.82 44.94 -
YUV 174.85 119.61 25.4 -
System Red Green Blue C M Y K H S L
Decimal 31 251 160 0.88 0 0.36 0.02 155.18 0.96 0.55
Hex 1F FB A0 58 0 24 2 9B 60 37
Octal 37 373 240 130 0 44 2 233 140 67
Binary 11111 11111011 10100000 1011000 0 100100 10 10011011 1100000 110111

Color Harmonies of #1FFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFBA0

Black with #1FFBA0

Text Example


Text Example

White with #1FFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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