Shades of Dark Pastel Green #14B51C
Tints of Dark Pastel Green #14B51C
RGB
CMYK
RGB Variations
Color information
#14B51C (or 0x14B51C) is known color: Dark Pastel Green. HEX triplet: 14, B5 and 1C. RGB value is (20,181,28). Sum of RGB (Red+Green+Blue) = 20+181+28=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #14B51C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B51C is #EB4AE3. Grayscale: #737373. Windows color (decimal): -15420132 or 1881364. OLE color: 1881364.
HSL color Cylindrical-coordinate representation of color #14B51C: hue angle of 122.98º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B51C is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 181 | 28 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.29 |
| HSL | 122.98º | 0.8% | 0.39% | - |
| HSV(B) | 122.98º | 0.89% | 0.71% | - |
| XYZ | 17.02 | 33.28 | 6.63 | - |
| YUV | 115.42 | 78.66 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 181 | 28 | 0.89 | 0 | 0.85 | 0.29 | 122.98 | 0.8 | 0.39 |
| Hex | 14 | B5 | 1C | 59 | 0 | 55 | 1D | 7B | 50 | 27 |
| Octal | 24 | 265 | 34 | 131 | 0 | 125 | 35 | 173 | 120 | 47 |
| Binary | 10100 | 10110101 | 11100 | 1011001 | 0 | 1010101 | 11101 | 1111011 | 1010000 | 100111 |
Color Harmonies of #14B51C
Complementary color
Monochromatic Colors of #14B51C
Black with #14B51C
Text Example
Text Example
White with #14B51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B51C; }
p { color: rgb(20,181,28); }
H1.HeaderClassName
{
color: #14B51C;
}
.AnyTagClassName
{
color: #14B51C;
}
</style>
background-color css
<style>
a { background-color: #14B51C; }
a { background-color: rgb(20,181,28); }
div.DivClassName
{
background-color: #14B51C;
}
.BgClassName
{
background-color: #14B51C;
}
</style>
border-color css
<style>
span { border-color: #14B51C; }
span { border-color: rgb(20,181,28); }
td.TdClassName
{
border-color: #14B51C;
}
.TagClassName
{
border-color: #14B51C;
}
</style>