Shades of Spring Green #01FB6A
Tints of Spring Green #01FB6A
RGB
CMYK
RGB Variations
Color information
#01FB6A (or 0x01FB6A) is known color: Spring Green. HEX triplet: 01, FB and 6A. RGB value is (1,251,106). Sum of RGB (Red+Green+Blue) = 1+251+106=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB6A is #FE0495. Grayscale: #A0A0A0. Windows color (decimal): -16647318 or 7011073. OLE color: 7011073.
HSL color Cylindrical-coordinate representation of color #01FB6A: hue angle of 145.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FB6A is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 106 | - |
| CMYK | 1.00 | 0 | 0.58 | 0.02 |
| HSL | 145.2º | 0.99% | 0.49% | - |
| HSV(B) | 145.2º | 1% | 0.98% | - |
| XYZ | 37.11 | 70.04 | 25.2 | - |
| YUV | 159.72 | 97.68 | 14.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 106 | 1.00 | 0 | 0.58 | 0.02 | 145.2 | 0.99 | 0.49 |
| Hex | 1 | FB | 6A | 64 | 0 | 3A | 2 | 91 | 63 | 31 |
| Octal | 1 | 373 | 152 | 144 | 0 | 72 | 2 | 221 | 143 | 61 |
| Binary | 1 | 11111011 | 1101010 | 1100100 | 0 | 111010 | 10 | 10010001 | 1100011 | 110001 |
Color Harmonies of #01FB6A
Complementary color
Monochromatic Colors of #01FB6A
Black with #01FB6A
Text Example
Text Example
White with #01FB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB6A; }
p { color: rgb(1,251,106); }
H1.HeaderClassName
{
color: #01FB6A;
}
.AnyTagClassName
{
color: #01FB6A;
}
</style>
background-color css
<style>
a { background-color: #01FB6A; }
a { background-color: rgb(1,251,106); }
div.DivClassName
{
background-color: #01FB6A;
}
.BgClassName
{
background-color: #01FB6A;
}
</style>
border-color css
<style>
span { border-color: #01FB6A; }
span { border-color: rgb(1,251,106); }
td.TdClassName
{
border-color: #01FB6A;
}
.TagClassName
{
border-color: #01FB6A;
}
</style>