Shades of Green #12800B
Tints of Green #12800B
RGB
CMYK
RGB Variations
Color information
#12800B (or 0x12800B) is known color: Green. HEX triplet: 12, 80 and 0B. RGB value is (18,128,11). Sum of RGB (Red+Green+Blue) = 18+128+11=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 128 (50.39% from 255 or 81.53% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 128 - color contains mainly: green. Hex color #12800B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12800B is #ED7FF4. Grayscale: #525252. Windows color (decimal): -15564789 or 753682. OLE color: 753682.
HSL color Cylindrical-coordinate representation of color #12800B: hue angle of 116.41º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12800B is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 128 | 11 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.50 |
| HSL | 116.41º | 0.84% | 0.27% | - |
| HSV(B) | 116.41º | 0.91% | 0.5% | - |
| XYZ | 8.03 | 15.59 | 2.9 | - |
| YUV | 81.77 | 88.06 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 11 | 0.86 | 0 | 0.91 | 0.50 | 116.41 | 0.84 | 0.27 |
| Hex | 12 | 80 | B | 56 | 0 | 5B | 32 | 74 | 54 | 1B |
| Octal | 22 | 200 | 13 | 126 | 0 | 133 | 62 | 164 | 124 | 33 |
| Binary | 10010 | 10000000 | 1011 | 1010110 | 0 | 1011011 | 110010 | 1110100 | 1010100 | 11011 |
Color Harmonies of #12800B
Complementary color
Monochromatic Colors of #12800B
Black with #12800B
Text Example
Text Example
White with #12800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12800B; }
p { color: rgb(18,128,11); }
H1.HeaderClassName
{
color: #12800B;
}
.AnyTagClassName
{
color: #12800B;
}
</style>
background-color css
<style>
a { background-color: #12800B; }
a { background-color: rgb(18,128,11); }
div.DivClassName
{
background-color: #12800B;
}
.BgClassName
{
background-color: #12800B;
}
</style>
border-color css
<style>
span { border-color: #12800B; }
span { border-color: rgb(18,128,11); }
td.TdClassName
{
border-color: #12800B;
}
.TagClassName
{
border-color: #12800B;
}
</style>