Shades of Spring Green #01E673
Tints of Spring Green #01E673
RGB
CMYK
RGB Variations
Color information
#01E673 (or 0x01E673) is known color: Spring Green. HEX triplet: 01, E6 and 73. RGB value is (1,230,115). Sum of RGB (Red+Green+Blue) = 1+230+115=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 230 (90.23% from 255 or 66.47% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 230 - color contains mainly: green. Hex color #01E673 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E673 is #FE198C. Grayscale: #949494. Windows color (decimal): -16652685 or 7595521. OLE color: 7595521.
HSL color Cylindrical-coordinate representation of color #01E673: hue angle of 149.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E673 is Cyan = 1.00, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 115 | - |
| CMYK | 1.00 | 0 | 0.5 | 0.10 |
| HSL | 149.87º | 0.99% | 0.45% | - |
| HSV(B) | 149.87º | 1% | 0.9% | - |
| XYZ | 31.4 | 57.84 | 25.73 | - |
| YUV | 148.42 | 109.13 | 22.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 115 | 1.00 | 0 | 0.5 | 0.10 | 149.87 | 0.99 | 0.45 |
| Hex | 1 | E6 | 73 | 64 | 0 | 32 | A | 96 | 63 | 2D |
| Octal | 1 | 346 | 163 | 144 | 0 | 62 | 12 | 226 | 143 | 55 |
| Binary | 1 | 11100110 | 1110011 | 1100100 | 0 | 110010 | 1010 | 10010110 | 1100011 | 101101 |
Color Harmonies of #01E673
Complementary color
Monochromatic Colors of #01E673
Black with #01E673
Text Example
Text Example
White with #01E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E673; }
p { color: rgb(1,230,115); }
H1.HeaderClassName
{
color: #01E673;
}
.AnyTagClassName
{
color: #01E673;
}
</style>
background-color css
<style>
a { background-color: #01E673; }
a { background-color: rgb(1,230,115); }
div.DivClassName
{
background-color: #01E673;
}
.BgClassName
{
background-color: #01E673;
}
</style>
border-color css
<style>
span { border-color: #01E673; }
span { border-color: rgb(1,230,115); }
td.TdClassName
{
border-color: #01E673;
}
.TagClassName
{
border-color: #01E673;
}
</style>