Shades of Spring Green #14E67B
Tints of Spring Green #14E67B
RGB
CMYK
RGB Variations
Color information
#14E67B (or 0x14E67B) is known color: Spring Green. HEX triplet: 14, E6 and 7B. RGB value is (20,230,123). Sum of RGB (Red+Green+Blue) = 20+230+123=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 230 (90.23% from 255 or 61.66% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 230 - color contains mainly: green. Hex color #14E67B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E67B is #EB1984. Grayscale: #9B9B9B. Windows color (decimal): -15407493 or 8119828. OLE color: 8119828.
HSL color Cylindrical-coordinate representation of color #14E67B: hue angle of 149.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E67B is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 230 | 123 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.10 |
| HSL | 149.43º | 0.84% | 0.49% | - |
| HSV(B) | 149.43º | 0.91% | 0.9% | - |
| XYZ | 32.16 | 58.17 | 28.27 | - |
| YUV | 155.01 | 109.93 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 230 | 123 | 0.91 | 0 | 0.47 | 0.10 | 149.43 | 0.84 | 0.49 |
| Hex | 14 | E6 | 7B | 5B | 0 | 2F | A | 95 | 54 | 31 |
| Octal | 24 | 346 | 173 | 133 | 0 | 57 | 12 | 225 | 124 | 61 |
| Binary | 10100 | 11100110 | 1111011 | 1011011 | 0 | 101111 | 1010 | 10010101 | 1010100 | 110001 |
Color Harmonies of #14E67B
Complementary color
Monochromatic Colors of #14E67B
Black with #14E67B
Text Example
Text Example
White with #14E67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E67B; }
p { color: rgb(20,230,123); }
H1.HeaderClassName
{
color: #14E67B;
}
.AnyTagClassName
{
color: #14E67B;
}
</style>
background-color css
<style>
a { background-color: #14E67B; }
a { background-color: rgb(20,230,123); }
div.DivClassName
{
background-color: #14E67B;
}
.BgClassName
{
background-color: #14E67B;
}
</style>
border-color css
<style>
span { border-color: #14E67B; }
span { border-color: rgb(20,230,123); }
td.TdClassName
{
border-color: #14E67B;
}
.TagClassName
{
border-color: #14E67B;
}
</style>