Shades of Pigment Green #14993B
Tints of Pigment Green #14993B
RGB
CMYK
RGB Variations
Color information
#14993B (or 0x14993B) is known color: Pigment Green. HEX triplet: 14, 99 and 3B. RGB value is (20,153,59). Sum of RGB (Red+Green+Blue) = 20+153+59=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #14993B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14993B is #EB66C4. Grayscale: #666666. Windows color (decimal): -15427269 or 3905812. OLE color: 3905812.
HSL color Cylindrical-coordinate representation of color #14993B: hue angle of 137.59º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14993B is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 59 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.4 |
| HSL | 137.59º | 0.77% | 0.34% | - |
| HSV(B) | 137.59º | 0.87% | 0.6% | - |
| XYZ | 12.47 | 23.25 | 7.97 | - |
| YUV | 102.52 | 103.44 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 59 | 0.87 | 0 | 0.61 | 0.4 | 137.59 | 0.77 | 0.34 |
| Hex | 14 | 99 | 3B | 57 | 0 | 3D | 28 | 8A | 4D | 22 |
| Octal | 24 | 231 | 73 | 127 | 0 | 75 | 50 | 212 | 115 | 42 |
| Binary | 10100 | 10011001 | 111011 | 1010111 | 0 | 111101 | 101000 | 10001010 | 1001101 | 100010 |
Color Harmonies of #14993B
Complementary color
Monochromatic Colors of #14993B
Black with #14993B
Text Example
Text Example
White with #14993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14993B; }
p { color: rgb(20,153,59); }
H1.HeaderClassName
{
color: #14993B;
}
.AnyTagClassName
{
color: #14993B;
}
</style>
background-color css
<style>
a { background-color: #14993B; }
a { background-color: rgb(20,153,59); }
div.DivClassName
{
background-color: #14993B;
}
.BgClassName
{
background-color: #14993B;
}
</style>
border-color css
<style>
span { border-color: #14993B; }
span { border-color: rgb(20,153,59); }
td.TdClassName
{
border-color: #14993B;
}
.TagClassName
{
border-color: #14993B;
}
</style>