#1FF0B0

Color #1FF0B0 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #1FF0B0

Tints of Medium Spring Green #1FF0B0

Color information

#1FF0B0 (or 0x1FF0B0) is unknown color: approx Medium Spring Green. HEX triplet: 1F, F0 and B0. RGB value is (31,240,176). Sum of RGB (Red+Green+Blue) = 31+240+176=447 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.94% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #1FF0B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF0B0 is #E00F4F. Grayscale: #AAAAAA. Windows color (decimal): -14683984 or 11595807. OLE color: 11595807.

HSL color Cylindrical-coordinate representation of color #1FF0B0: hue angle of 161.63º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF0B0 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB31240176-
CMYK0.8700.270.06
HSL161.63º87.45%53.14%-
HSV(B)161.63º87.08%94.12%-
XYZ39.5665.7551.68-
YUV170.21131.2628.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 6.94%
GREEN value IS 240 (94.14% from 255) = 53.69%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=6.94%
G=53.69%
B=39.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal312401760.8700.270.06161.6387.4553.14
Hex1FF0B05701B6a25735
Octal37360260127033624212765
Binary1111111110000101100001010111011011110101000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,240,176); }

 H1.HeaderClassName
 {
   color: #1FF0B0;
 }
 .AnyTagClassName
 {
   color: #1FF0B0;
 }
</style>
background-color css

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

 a { background-color: rgb(31,240,176); }

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

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

 span { border-color: rgb(31,240,176); }

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