Shades of Spring Green #01F27B
Tints of Spring Green #01F27B
RGB
CMYK
RGB Variations
Color information
#01F27B (or 0x01F27B) is known color: Spring Green. HEX triplet: 01, F2 and 7B. RGB value is (1,242,123). Sum of RGB (Red+Green+Blue) = 1+242+123=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #01F27B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F27B is #FE0D84. Grayscale: #9C9C9C. Windows color (decimal): -16649605 or 8122881. OLE color: 8122881.
HSL color Cylindrical-coordinate representation of color #01F27B: hue angle of 150.37º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F27B is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 123 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.05 |
| HSL | 150.37º | 0.99% | 0.48% | - |
| HSV(B) | 150.37º | 1% | 0.95% | - |
| XYZ | 35.34 | 64.94 | 29.41 | - |
| YUV | 156.38 | 109.16 | 17.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 123 | 1.00 | 0 | 0.49 | 0.05 | 150.37 | 0.99 | 0.48 |
| Hex | 1 | F2 | 7B | 64 | 0 | 31 | 5 | 96 | 63 | 30 |
| Octal | 1 | 362 | 173 | 144 | 0 | 61 | 5 | 226 | 143 | 60 |
| Binary | 1 | 11110010 | 1111011 | 1100100 | 0 | 110001 | 101 | 10010110 | 1100011 | 110000 |
Color Harmonies of #01F27B
Complementary color
Monochromatic Colors of #01F27B
Black with #01F27B
Text Example
Text Example
White with #01F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F27B; }
p { color: rgb(1,242,123); }
H1.HeaderClassName
{
color: #01F27B;
}
.AnyTagClassName
{
color: #01F27B;
}
</style>
background-color css
<style>
a { background-color: #01F27B; }
a { background-color: rgb(1,242,123); }
div.DivClassName
{
background-color: #01F27B;
}
.BgClassName
{
background-color: #01F27B;
}
</style>
border-color css
<style>
span { border-color: #01F27B; }
span { border-color: rgb(1,242,123); }
td.TdClassName
{
border-color: #01F27B;
}
.TagClassName
{
border-color: #01F27B;
}
</style>