Shades of Dark Pastel Green #14AD30
Tints of Dark Pastel Green #14AD30
RGB
CMYK
RGB Variations
Color information
#14AD30 (or 0x14AD30) is known color: Dark Pastel Green. HEX triplet: 14, AD and 30. RGB value is (20,173,48). Sum of RGB (Red+Green+Blue) = 20+173+48=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD30 is #EB52CF. Grayscale: #717171. Windows color (decimal): -15422160 or 3190036. OLE color: 3190036.
HSL color Cylindrical-coordinate representation of color #14AD30: hue angle of 130.98º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD30 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 48 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.32 |
| HSL | 130.98º | 0.79% | 0.38% | - |
| HSV(B) | 130.98º | 0.88% | 0.68% | - |
| XYZ | 15.77 | 30.25 | 7.8 | - |
| YUV | 113 | 91.31 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 48 | 0.88 | 0 | 0.72 | 0.32 | 130.98 | 0.79 | 0.38 |
| Hex | 14 | AD | 30 | 58 | 0 | 48 | 20 | 83 | 4F | 26 |
| Octal | 24 | 255 | 60 | 130 | 0 | 110 | 40 | 203 | 117 | 46 |
| Binary | 10100 | 10101101 | 110000 | 1011000 | 0 | 1001000 | 100000 | 10000011 | 1001111 | 100110 |
Color Harmonies of #14AD30
Complementary color
Monochromatic Colors of #14AD30
Black with #14AD30
Text Example
Text Example
White with #14AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD30; }
p { color: rgb(20,173,48); }
H1.HeaderClassName
{
color: #14AD30;
}
.AnyTagClassName
{
color: #14AD30;
}
</style>
background-color css
<style>
a { background-color: #14AD30; }
a { background-color: rgb(20,173,48); }
div.DivClassName
{
background-color: #14AD30;
}
.BgClassName
{
background-color: #14AD30;
}
</style>
border-color css
<style>
span { border-color: #14AD30; }
span { border-color: rgb(20,173,48); }
td.TdClassName
{
border-color: #14AD30;
}
.TagClassName
{
border-color: #14AD30;
}
</style>