Shades of Dark Pastel Green #16CB30
Tints of Dark Pastel Green #16CB30
RGB
CMYK
RGB Variations
Color information
#16CB30 (or 0x16CB30) is known color: Dark Pastel Green. HEX triplet: 16, CB and 30. RGB value is (22,203,48). Sum of RGB (Red+Green+Blue) = 22+203+48=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CB30 is #E934CF. Grayscale: #838383. Windows color (decimal): -15283408 or 3197718. OLE color: 3197718.
HSL color Cylindrical-coordinate representation of color #16CB30: hue angle of 128.62º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CB30 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 48 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.20 |
| HSL | 128.62º | 0.8% | 0.44% | - |
| HSV(B) | 128.62º | 0.89% | 0.8% | - |
| XYZ | 22.22 | 43.1 | 9.94 | - |
| YUV | 131.21 | 81.03 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 48 | 0.89 | 0 | 0.76 | 0.20 | 128.62 | 0.8 | 0.44 |
| Hex | 16 | CB | 30 | 59 | 0 | 4C | 14 | 81 | 50 | 2C |
| Octal | 26 | 313 | 60 | 131 | 0 | 114 | 24 | 201 | 120 | 54 |
| Binary | 10110 | 11001011 | 110000 | 1011001 | 0 | 1001100 | 10100 | 10000001 | 1010000 | 101100 |
Color Harmonies of #16CB30
Complementary color
Monochromatic Colors of #16CB30
Black with #16CB30
Text Example
Text Example
White with #16CB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CB30; }
p { color: rgb(22,203,48); }
H1.HeaderClassName
{
color: #16CB30;
}
.AnyTagClassName
{
color: #16CB30;
}
</style>
background-color css
<style>
a { background-color: #16CB30; }
a { background-color: rgb(22,203,48); }
div.DivClassName
{
background-color: #16CB30;
}
.BgClassName
{
background-color: #16CB30;
}
</style>
border-color css
<style>
span { border-color: #16CB30; }
span { border-color: rgb(22,203,48); }
td.TdClassName
{
border-color: #16CB30;
}
.TagClassName
{
border-color: #16CB30;
}
</style>