Shades of Dark Pastel Green #14BE25
Tints of Dark Pastel Green #14BE25
RGB
CMYK
RGB Variations
Color information
#14BE25 (or 0x14BE25) is known color: Dark Pastel Green. HEX triplet: 14, BE and 25. RGB value is (20,190,37). Sum of RGB (Red+Green+Blue) = 20+190+37=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 190 (74.61% from 255 or 76.92% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BE25 is #EB41DA. Grayscale: #7A7A7A. Windows color (decimal): -15417819 or 2473492. OLE color: 2473492.
HSL color Cylindrical-coordinate representation of color #14BE25: hue angle of 126º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BE25 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 190 | 37 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.25 |
| HSL | 126º | 0.81% | 0.41% | - |
| HSV(B) | 126º | 0.89% | 0.75% | - |
| XYZ | 19.04 | 37.11 | 7.91 | - |
| YUV | 121.73 | 80.18 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 37 | 0.89 | 0 | 0.81 | 0.25 | 126 | 0.81 | 0.41 |
| Hex | 14 | BE | 25 | 59 | 0 | 51 | 19 | 7E | 51 | 29 |
| Octal | 24 | 276 | 45 | 131 | 0 | 121 | 31 | 176 | 121 | 51 |
| Binary | 10100 | 10111110 | 100101 | 1011001 | 0 | 1010001 | 11001 | 1111110 | 1010001 | 101001 |
Color Harmonies of #14BE25
Complementary color
Monochromatic Colors of #14BE25
Black with #14BE25
Text Example
Text Example
White with #14BE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BE25; }
p { color: rgb(20,190,37); }
H1.HeaderClassName
{
color: #14BE25;
}
.AnyTagClassName
{
color: #14BE25;
}
</style>
background-color css
<style>
a { background-color: #14BE25; }
a { background-color: rgb(20,190,37); }
div.DivClassName
{
background-color: #14BE25;
}
.BgClassName
{
background-color: #14BE25;
}
</style>
border-color css
<style>
span { border-color: #14BE25; }
span { border-color: rgb(20,190,37); }
td.TdClassName
{
border-color: #14BE25;
}
.TagClassName
{
border-color: #14BE25;
}
</style>