Shades of Dark Pastel Green #16C44B
Tints of Dark Pastel Green #16C44B
RGB
CMYK
RGB Variations
Color information
#16C44B (or 0x16C44B) is known color: Dark Pastel Green. HEX triplet: 16, C4 and 4B. RGB value is (22,196,75). Sum of RGB (Red+Green+Blue) = 22+196+75=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #16C44B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C44B is #E93BB4. Grayscale: #828282. Windows color (decimal): -15285173 or 4965398. OLE color: 4965398.
HSL color Cylindrical-coordinate representation of color #16C44B: hue angle of 138.28º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C44B is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 196 | 75 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.23 |
| HSL | 138.28º | 0.8% | 0.43% | - |
| HSV(B) | 138.28º | 0.89% | 0.77% | - |
| XYZ | 21.34 | 40.16 | 13.28 | - |
| YUV | 130.18 | 96.85 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 196 | 75 | 0.89 | 0 | 0.62 | 0.23 | 138.28 | 0.8 | 0.43 |
| Hex | 16 | C4 | 4B | 59 | 0 | 3E | 17 | 8A | 50 | 2B |
| Octal | 26 | 304 | 113 | 131 | 0 | 76 | 27 | 212 | 120 | 53 |
| Binary | 10110 | 11000100 | 1001011 | 1011001 | 0 | 111110 | 10111 | 10001010 | 1010000 | 101011 |
Color Harmonies of #16C44B
Complementary color
Monochromatic Colors of #16C44B
Black with #16C44B
Text Example
Text Example
White with #16C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C44B; }
p { color: rgb(22,196,75); }
H1.HeaderClassName
{
color: #16C44B;
}
.AnyTagClassName
{
color: #16C44B;
}
</style>
background-color css
<style>
a { background-color: #16C44B; }
a { background-color: rgb(22,196,75); }
div.DivClassName
{
background-color: #16C44B;
}
.BgClassName
{
background-color: #16C44B;
}
</style>
border-color css
<style>
span { border-color: #16C44B; }
span { border-color: rgb(22,196,75); }
td.TdClassName
{
border-color: #16C44B;
}
.TagClassName
{
border-color: #16C44B;
}
</style>