Shades of Pigment Green #10B653
Tints of Pigment Green #10B653
RGB
CMYK
RGB Variations
Color information
#10B653 (or 0x10B653) is known color: Pigment Green. HEX triplet: 10, B6 and 53. RGB value is (16,182,83). Sum of RGB (Red+Green+Blue) = 16+182+83=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 182 (71.48% from 255 or 64.77% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 182 - color contains mainly: green. Hex color #10B653 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B653 is #EF49AC. Grayscale: #797979. Windows color (decimal): -15681965 or 5486096. OLE color: 5486096.
HSL color Cylindrical-coordinate representation of color #10B653: hue angle of 144.22º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B653 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 182 | 83 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.29 |
| HSL | 144.22º | 0.84% | 0.39% | - |
| HSV(B) | 144.22º | 0.91% | 0.71% | - |
| XYZ | 18.5 | 34.19 | 13.81 | - |
| YUV | 121.08 | 106.5 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 182 | 83 | 0.91 | 0 | 0.54 | 0.29 | 144.22 | 0.84 | 0.39 |
| Hex | 10 | B6 | 53 | 5B | 0 | 36 | 1D | 90 | 54 | 27 |
| Octal | 20 | 266 | 123 | 133 | 0 | 66 | 35 | 220 | 124 | 47 |
| Binary | 10000 | 10110110 | 1010011 | 1011011 | 0 | 110110 | 11101 | 10010000 | 1010100 | 100111 |
Color Harmonies of #10B653
Complementary color
Monochromatic Colors of #10B653
Black with #10B653
Text Example
Text Example
White with #10B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B653; }
p { color: rgb(16,182,83); }
H1.HeaderClassName
{
color: #10B653;
}
.AnyTagClassName
{
color: #10B653;
}
</style>
background-color css
<style>
a { background-color: #10B653; }
a { background-color: rgb(16,182,83); }
div.DivClassName
{
background-color: #10B653;
}
.BgClassName
{
background-color: #10B653;
}
</style>
border-color css
<style>
span { border-color: #10B653; }
span { border-color: rgb(16,182,83); }
td.TdClassName
{
border-color: #10B653;
}
.TagClassName
{
border-color: #10B653;
}
</style>