Shades of Spring Green #16FF64
Tints of Spring Green #16FF64
RGB
CMYK
RGB Variations
Color information
#16FF64 (or 0x16FF64) is known color: Spring Green. HEX triplet: 16, FF and 64. RGB value is (22,255,100). Sum of RGB (Red+Green+Blue) = 22+255+100=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #16FF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #16FF64 is #E9009B. Grayscale: #A8A8A8. Windows color (decimal): -15270044 or 6618902. OLE color: 6618902.
HSL color Cylindrical-coordinate representation of color #16FF64: hue angle of 140.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FF64 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 100 | - |
| CMYK | 0.91 | 0 | 0.61 | 0 |
| HSL | 140.09º | 1% | 0.54% | - |
| HSV(B) | 140.09º | 0.91% | 1% | - |
| XYZ | 38.39 | 72.61 | 24.05 | - |
| YUV | 167.66 | 89.81 | 24.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 100 | 0.91 | 0 | 0.61 | 0 | 140.09 | 1 | 0.54 |
| Hex | 16 | FF | 64 | 5B | 0 | 3D | 0 | 8C | 64 | 36 |
| Octal | 26 | 377 | 144 | 133 | 0 | 75 | 0 | 214 | 144 | 66 |
| Binary | 10110 | 11111111 | 1100100 | 1011011 | 0 | 111101 | 0 | 10001100 | 1100100 | 110110 |
Color Harmonies of #16FF64
Complementary color
Monochromatic Colors of #16FF64
Black with #16FF64
Text Example
Text Example
White with #16FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FF64; }
p { color: rgb(22,255,100); }
H1.HeaderClassName
{
color: #16FF64;
}
.AnyTagClassName
{
color: #16FF64;
}
</style>
background-color css
<style>
a { background-color: #16FF64; }
a { background-color: rgb(22,255,100); }
div.DivClassName
{
background-color: #16FF64;
}
.BgClassName
{
background-color: #16FF64;
}
</style>
border-color css
<style>
span { border-color: #16FF64; }
span { border-color: rgb(22,255,100); }
td.TdClassName
{
border-color: #16FF64;
}
.TagClassName
{
border-color: #16FF64;
}
</style>