Html Css Color HEX #1BF0A5 Medium Spring Green
📋 copy color: '#1BF0A5'red 27 ◦ green 240 ◦ blue 165
Shades of Medium Spring Green #1BF0A5
Tints of Medium Spring Green #1BF0A5
RGB
CMYK
RGB Variations
Color information
#1BF0A5 (or 0x1BF0A5) is known color: Medium Spring Green. HEX triplet: 1B, F0 and A5. RGB value is (27,240,165). Sum of RGB (Red+Green+Blue) = 27+240+165=432 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.25% from 432); Green value is 240 (94.14% from 255 or 55.56% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 240 - color contains mainly: green. Hex color #1BF0A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF0A5 is #E40F5A. Grayscale: #A7A7A7. Windows color (decimal): -14946139 or 10874907. OLE color: 10874907.
HSL color Cylindrical-coordinate representation of color #1BF0A5: hue angle of 158.87º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF0A5 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 240 | 165 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.06 |
| HSL | 158.87º | 0.88% | 0.52% | - |
| HSV(B) | 158.87º | 0.89% | 0.94% | - |
| XYZ | 38.4 | 65.27 | 46.17 | - |
| YUV | 167.76 | 126.43 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 240 | 165 | 0.89 | 0 | 0.31 | 0.06 | 158.87 | 0.88 | 0.52 |
| Hex | 1B | F0 | A5 | 59 | 0 | 1F | 6 | 9F | 58 | 34 |
| Octal | 33 | 360 | 245 | 131 | 0 | 37 | 6 | 237 | 130 | 64 |
| Binary | 11011 | 11110000 | 10100101 | 1011001 | 0 | 11111 | 110 | 10011111 | 1011000 | 110100 |
Color Harmonies of #1BF0A5
Complementary color
Monochromatic Colors of #1BF0A5
Black with #1BF0A5
Text Example
Text Example
White with #1BF0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF0A5; }
p { color: rgb(27,240,165); }
H1.HeaderClassName
{
color: #1BF0A5;
}
.AnyTagClassName
{
color: #1BF0A5;
}
</style>
background-color css
<style>
a { background-color: #1BF0A5; }
a { background-color: rgb(27,240,165); }
div.DivClassName
{
background-color: #1BF0A5;
}
.BgClassName
{
background-color: #1BF0A5;
}
</style>
border-color css
<style>
span { border-color: #1BF0A5; }
span { border-color: rgb(27,240,165); }
td.TdClassName
{
border-color: #1BF0A5;
}
.TagClassName
{
border-color: #1BF0A5;
}
</style>