Shades of Dark Pastel Green #10BF16
Tints of Dark Pastel Green #10BF16
RGB
CMYK
RGB Variations
Color information
#10BF16 (or 0x10BF16) is known color: Dark Pastel Green. HEX triplet: 10, BF and 16. RGB value is (16,191,22). Sum of RGB (Red+Green+Blue) = 16+191+22=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 191 (75% from 255 or 83.41% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BF16 is #EF40E9. Grayscale: #777777. Windows color (decimal): -15679722 or 1490704. OLE color: 1490704.
HSL color Cylindrical-coordinate representation of color #10BF16: hue angle of 122.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF16 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 22 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.25 |
| HSL | 122.06º | 0.85% | 0.41% | - |
| HSV(B) | 122.06º | 0.92% | 0.75% | - |
| XYZ | 18.99 | 37.43 | 6.98 | - |
| YUV | 119.41 | 73.02 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 22 | 0.92 | 0 | 0.88 | 0.25 | 122.06 | 0.85 | 0.41 |
| Hex | 10 | BF | 16 | 5C | 0 | 58 | 19 | 7A | 55 | 29 |
| Octal | 20 | 277 | 26 | 134 | 0 | 130 | 31 | 172 | 125 | 51 |
| Binary | 10000 | 10111111 | 10110 | 1011100 | 0 | 1011000 | 11001 | 1111010 | 1010101 | 101001 |
Color Harmonies of #10BF16
Complementary color
Monochromatic Colors of #10BF16
Black with #10BF16
Text Example
Text Example
White with #10BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF16; }
p { color: rgb(16,191,22); }
H1.HeaderClassName
{
color: #10BF16;
}
.AnyTagClassName
{
color: #10BF16;
}
</style>
background-color css
<style>
a { background-color: #10BF16; }
a { background-color: rgb(16,191,22); }
div.DivClassName
{
background-color: #10BF16;
}
.BgClassName
{
background-color: #10BF16;
}
</style>
border-color css
<style>
span { border-color: #10BF16; }
span { border-color: rgb(16,191,22); }
td.TdClassName
{
border-color: #10BF16;
}
.TagClassName
{
border-color: #10BF16;
}
</style>