Shades of Dark Pastel Green #14B123
Tints of Dark Pastel Green #14B123
RGB
CMYK
RGB Variations
Color information
#14B123 (or 0x14B123) is known color: Dark Pastel Green. HEX triplet: 14, B1 and 23. RGB value is (20,177,35). Sum of RGB (Red+Green+Blue) = 20+177+35=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 177 (69.53% from 255 or 76.29% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 177 - color contains mainly: green. Hex color #14B123 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B123 is #EB4EDC. Grayscale: #727272. Windows color (decimal): -15421149 or 2339092. OLE color: 2339092.
HSL color Cylindrical-coordinate representation of color #14B123: hue angle of 125.73º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B123 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 177 | 35 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.31 |
| HSL | 125.73º | 0.8% | 0.39% | - |
| HSV(B) | 125.73º | 0.89% | 0.69% | - |
| XYZ | 16.31 | 31.71 | 6.85 | - |
| YUV | 113.87 | 83.49 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 177 | 35 | 0.89 | 0 | 0.80 | 0.31 | 125.73 | 0.8 | 0.39 |
| Hex | 14 | B1 | 23 | 59 | 0 | 50 | 1F | 7E | 50 | 27 |
| Octal | 24 | 261 | 43 | 131 | 0 | 120 | 37 | 176 | 120 | 47 |
| Binary | 10100 | 10110001 | 100011 | 1011001 | 0 | 1010000 | 11111 | 1111110 | 1010000 | 100111 |
Color Harmonies of #14B123
Complementary color
Monochromatic Colors of #14B123
Black with #14B123
Text Example
Text Example
White with #14B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B123; }
p { color: rgb(20,177,35); }
H1.HeaderClassName
{
color: #14B123;
}
.AnyTagClassName
{
color: #14B123;
}
</style>
background-color css
<style>
a { background-color: #14B123; }
a { background-color: rgb(20,177,35); }
div.DivClassName
{
background-color: #14B123;
}
.BgClassName
{
background-color: #14B123;
}
</style>
border-color css
<style>
span { border-color: #14B123; }
span { border-color: rgb(20,177,35); }
td.TdClassName
{
border-color: #14B123;
}
.TagClassName
{
border-color: #14B123;
}
</style>