Shades of Dark Pastel Green #16C234
Tints of Dark Pastel Green #16C234
RGB
CMYK
RGB Variations
Color information
#16C234 (or 0x16C234) is known color: Dark Pastel Green. HEX triplet: 16, C2 and 34. RGB value is (22,194,52). Sum of RGB (Red+Green+Blue) = 22+194+52=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 194 (76.17% from 255 or 72.39% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 194 - color contains mainly: green. Hex color #16C234 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C234 is #E93DCB. Grayscale: #7E7E7E. Windows color (decimal): -15285708 or 3457558. OLE color: 3457558.
HSL color Cylindrical-coordinate representation of color #16C234: hue angle of 130.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C234 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 194 | 52 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.24 |
| HSL | 130.47º | 0.8% | 0.42% | - |
| HSV(B) | 130.47º | 0.89% | 0.76% | - |
| XYZ | 20.24 | 39 | 9.71 | - |
| YUV | 126.38 | 86.02 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 52 | 0.89 | 0 | 0.73 | 0.24 | 130.47 | 0.8 | 0.42 |
| Hex | 16 | C2 | 34 | 59 | 0 | 49 | 18 | 82 | 50 | 2A |
| Octal | 26 | 302 | 64 | 131 | 0 | 111 | 30 | 202 | 120 | 52 |
| Binary | 10110 | 11000010 | 110100 | 1011001 | 0 | 1001001 | 11000 | 10000010 | 1010000 | 101010 |
Color Harmonies of #16C234
Complementary color
Monochromatic Colors of #16C234
Black with #16C234
Text Example
Text Example
White with #16C234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C234; }
p { color: rgb(22,194,52); }
H1.HeaderClassName
{
color: #16C234;
}
.AnyTagClassName
{
color: #16C234;
}
</style>
background-color css
<style>
a { background-color: #16C234; }
a { background-color: rgb(22,194,52); }
div.DivClassName
{
background-color: #16C234;
}
.BgClassName
{
background-color: #16C234;
}
</style>
border-color css
<style>
span { border-color: #16C234; }
span { border-color: rgb(22,194,52); }
td.TdClassName
{
border-color: #16C234;
}
.TagClassName
{
border-color: #16C234;
}
</style>