Shades of Citron #819F12
Tints of Citron #819F12
RGB
CMYK
RGB Variations
Color information
#819F12 (or 0x819F12) is known color: Citron. HEX triplet: 81, 9F and 12. RGB value is (129,159,18). Sum of RGB (Red+Green+Blue) = 129+159+18=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #819F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819F12 is #7E60ED. Grayscale: #868686. Windows color (decimal): -8282350 or 1220481. OLE color: 1220481.
HSL color Cylindrical-coordinate representation of color #819F12: hue angle of 72.77º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #819F12 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 159 | 18 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.38 |
| HSL | 72.77º | 0.8% | 0.35% | - |
| HSV(B) | 72.77º | 0.89% | 0.62% | - |
| XYZ | 21.56 | 29.51 | 5.13 | - |
| YUV | 133.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 159 | 18 | 0.19 | 0 | 0.89 | 0.38 | 72.77 | 0.8 | 0.35 |
| Hex | 81 | 9F | 12 | 13 | 0 | 59 | 26 | 49 | 50 | 23 |
| Octal | 201 | 237 | 22 | 23 | 0 | 131 | 46 | 111 | 120 | 43 |
| Binary | 10000001 | 10011111 | 10010 | 10011 | 0 | 1011001 | 100110 | 1001001 | 1010000 | 100011 |
Color Harmonies of #819F12
Complementary color
Monochromatic Colors of #819F12
Black with #819F12
Text Example
Text Example
White with #819F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819F12; }
p { color: rgb(129,159,18); }
H1.HeaderClassName
{
color: #819F12;
}
.AnyTagClassName
{
color: #819F12;
}
</style>
background-color css
<style>
a { background-color: #819F12; }
a { background-color: rgb(129,159,18); }
div.DivClassName
{
background-color: #819F12;
}
.BgClassName
{
background-color: #819F12;
}
</style>
border-color css
<style>
span { border-color: #819F12; }
span { border-color: rgb(129,159,18); }
td.TdClassName
{
border-color: #819F12;
}
.TagClassName
{
border-color: #819F12;
}
</style>