Shades of Spring Green #01DA7A
Tints of Spring Green #01DA7A
RGB
CMYK
RGB Variations
Color information
#01DA7A (or 0x01DA7A) is known color: Spring Green. HEX triplet: 01, DA and 7A. RGB value is (1,218,122). Sum of RGB (Red+Green+Blue) = 1+218+122=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DA7A is #FE2585. Grayscale: #8E8E8E. Windows color (decimal): -16655750 or 8051201. OLE color: 8051201.
HSL color Cylindrical-coordinate representation of color #01DA7A: hue angle of 153.46º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DA7A is Cyan = 1.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 218 | 122 | - |
| CMYK | 1.00 | 0 | 0.44 | 0.15 |
| HSL | 153.46º | 0.99% | 0.43% | - |
| HSV(B) | 153.46º | 1% | 0.85% | - |
| XYZ | 28.6 | 51.55 | 26.86 | - |
| YUV | 142.17 | 116.61 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 122 | 1.00 | 0 | 0.44 | 0.15 | 153.46 | 0.99 | 0.43 |
| Hex | 1 | DA | 7A | 64 | 0 | 2C | F | 99 | 63 | 2B |
| Octal | 1 | 332 | 172 | 144 | 0 | 54 | 17 | 231 | 143 | 53 |
| Binary | 1 | 11011010 | 1111010 | 1100100 | 0 | 101100 | 1111 | 10011001 | 1100011 | 101011 |
Color Harmonies of #01DA7A
Complementary color
Monochromatic Colors of #01DA7A
Black with #01DA7A
Text Example
Text Example
White with #01DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DA7A; }
p { color: rgb(1,218,122); }
H1.HeaderClassName
{
color: #01DA7A;
}
.AnyTagClassName
{
color: #01DA7A;
}
</style>
background-color css
<style>
a { background-color: #01DA7A; }
a { background-color: rgb(1,218,122); }
div.DivClassName
{
background-color: #01DA7A;
}
.BgClassName
{
background-color: #01DA7A;
}
</style>
border-color css
<style>
span { border-color: #01DA7A; }
span { border-color: rgb(1,218,122); }
td.TdClassName
{
border-color: #01DA7A;
}
.TagClassName
{
border-color: #01DA7A;
}
</style>