Shades of Dark Pastel Green #14BF32
Tints of Dark Pastel Green #14BF32
RGB
CMYK
RGB Variations
Color information
#14BF32 (or 0x14BF32) is known color: Dark Pastel Green. HEX triplet: 14, BF and 32. RGB value is (20,191,50). Sum of RGB (Red+Green+Blue) = 20+191+50=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BF32 is #EB40CD. Grayscale: #7C7C7C. Windows color (decimal): -15417550 or 3325716. OLE color: 3325716.
HSL color Cylindrical-coordinate representation of color #14BF32: hue angle of 130.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF32 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 50 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.25 |
| HSL | 130.53º | 0.81% | 0.41% | - |
| HSV(B) | 130.53º | 0.9% | 0.75% | - |
| XYZ | 19.5 | 37.64 | 9.26 | - |
| YUV | 123.8 | 86.35 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 50 | 0.90 | 0 | 0.74 | 0.25 | 130.53 | 0.81 | 0.41 |
| Hex | 14 | BF | 32 | 5A | 0 | 4A | 19 | 83 | 51 | 29 |
| Octal | 24 | 277 | 62 | 132 | 0 | 112 | 31 | 203 | 121 | 51 |
| Binary | 10100 | 10111111 | 110010 | 1011010 | 0 | 1001010 | 11001 | 10000011 | 1010001 | 101001 |
Color Harmonies of #14BF32
Complementary color
Monochromatic Colors of #14BF32
Black with #14BF32
Text Example
Text Example
White with #14BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BF32; }
p { color: rgb(20,191,50); }
H1.HeaderClassName
{
color: #14BF32;
}
.AnyTagClassName
{
color: #14BF32;
}
</style>
background-color css
<style>
a { background-color: #14BF32; }
a { background-color: rgb(20,191,50); }
div.DivClassName
{
background-color: #14BF32;
}
.BgClassName
{
background-color: #14BF32;
}
</style>
border-color css
<style>
span { border-color: #14BF32; }
span { border-color: rgb(20,191,50); }
td.TdClassName
{
border-color: #14BF32;
}
.TagClassName
{
border-color: #14BF32;
}
</style>