Shades of Pigment Green #10B05E
Tints of Pigment Green #10B05E
RGB
CMYK
RGB Variations
Color information
#10B05E (or 0x10B05E) is known color: Pigment Green. HEX triplet: 10, B0 and 5E. RGB value is (16,176,94). Sum of RGB (Red+Green+Blue) = 16+176+94=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #10B05E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B05E is #EF4FA1. Grayscale: #767676. Windows color (decimal): -15683490 or 6205456. OLE color: 6205456.
HSL color Cylindrical-coordinate representation of color #10B05E: hue angle of 149.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B05E is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 94 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.31 |
| HSL | 149.25º | 0.83% | 0.38% | - |
| HSV(B) | 149.25º | 0.91% | 0.69% | - |
| XYZ | 17.76 | 31.97 | 15.82 | - |
| YUV | 118.81 | 113.99 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 94 | 0.91 | 0 | 0.47 | 0.31 | 149.25 | 0.83 | 0.38 |
| Hex | 10 | B0 | 5E | 5B | 0 | 2F | 1F | 95 | 53 | 26 |
| Octal | 20 | 260 | 136 | 133 | 0 | 57 | 37 | 225 | 123 | 46 |
| Binary | 10000 | 10110000 | 1011110 | 1011011 | 0 | 101111 | 11111 | 10010101 | 1010011 | 100110 |
Color Harmonies of #10B05E
Complementary color
Monochromatic Colors of #10B05E
Black with #10B05E
Text Example
Text Example
White with #10B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B05E; }
p { color: rgb(16,176,94); }
H1.HeaderClassName
{
color: #10B05E;
}
.AnyTagClassName
{
color: #10B05E;
}
</style>
background-color css
<style>
a { background-color: #10B05E; }
a { background-color: rgb(16,176,94); }
div.DivClassName
{
background-color: #10B05E;
}
.BgClassName
{
background-color: #10B05E;
}
</style>
border-color css
<style>
span { border-color: #10B05E; }
span { border-color: rgb(16,176,94); }
td.TdClassName
{
border-color: #10B05E;
}
.TagClassName
{
border-color: #10B05E;
}
</style>