Shades of Spring Green #1BFA8B
Tints of Spring Green #1BFA8B
RGB
CMYK
RGB Variations
Color information
#1BFA8B (or 0x1BFA8B) is known color: Spring Green. HEX triplet: 1B, FA and 8B. RGB value is (27,250,139). Sum of RGB (Red+Green+Blue) = 27+250+139=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #1BFA8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BFA8B is #E40574. Grayscale: #AAAAAA. Windows color (decimal): -14943605 or 9173531. OLE color: 9173531.
HSL color Cylindrical-coordinate representation of color #1BFA8B: hue angle of 150.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFA8B is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 250 | 139 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.02 |
| HSL | 150.13º | 0.96% | 0.54% | - |
| HSV(B) | 150.13º | 0.89% | 0.98% | - |
| XYZ | 39.3 | 70.47 | 35.96 | - |
| YUV | 170.67 | 110.12 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 250 | 139 | 0.89 | 0 | 0.44 | 0.02 | 150.13 | 0.96 | 0.54 |
| Hex | 1B | FA | 8B | 59 | 0 | 2C | 2 | 96 | 60 | 36 |
| Octal | 33 | 372 | 213 | 131 | 0 | 54 | 2 | 226 | 140 | 66 |
| Binary | 11011 | 11111010 | 10001011 | 1011001 | 0 | 101100 | 10 | 10010110 | 1100000 | 110110 |
Color Harmonies of #1BFA8B
Complementary color
Monochromatic Colors of #1BFA8B
Black with #1BFA8B
Text Example
Text Example
White with #1BFA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFA8B; }
p { color: rgb(27,250,139); }
H1.HeaderClassName
{
color: #1BFA8B;
}
.AnyTagClassName
{
color: #1BFA8B;
}
</style>
background-color css
<style>
a { background-color: #1BFA8B; }
a { background-color: rgb(27,250,139); }
div.DivClassName
{
background-color: #1BFA8B;
}
.BgClassName
{
background-color: #1BFA8B;
}
</style>
border-color css
<style>
span { border-color: #1BFA8B; }
span { border-color: rgb(27,250,139); }
td.TdClassName
{
border-color: #1BFA8B;
}
.TagClassName
{
border-color: #1BFA8B;
}
</style>