Shades of Citron #999F1A
Tints of Citron #999F1A
RGB
CMYK
RGB Variations
Color information
#999F1A (or 0x999F1A) is known color: Citron. HEX triplet: 99, 9F and 1A. RGB value is (153,159,26). Sum of RGB (Red+Green+Blue) = 153+159+26=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #999F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999F1A is #6660E5. Grayscale: #8E8E8E. Windows color (decimal): -6709478 or 1744793. OLE color: 1744793.
HSL color Cylindrical-coordinate representation of color #999F1A: hue angle of 62.71º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #999F1A is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 26 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.38 |
| HSL | 62.71º | 0.72% | 0.36% | - |
| HSV(B) | 62.71º | 0.84% | 0.62% | - |
| XYZ | 25.72 | 31.64 | 5.73 | - |
| YUV | 142.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 26 | 0.04 | 0 | 0.84 | 0.38 | 62.71 | 0.72 | 0.36 |
| Hex | 99 | 9F | 1A | 4 | 0 | 54 | 26 | 3F | 48 | 24 |
| Octal | 231 | 237 | 32 | 4 | 0 | 124 | 46 | 77 | 110 | 44 |
| Binary | 10011001 | 10011111 | 11010 | 100 | 0 | 1010100 | 100110 | 111111 | 1001000 | 100100 |
Color Harmonies of #999F1A
Complementary color
Monochromatic Colors of #999F1A
Black with #999F1A
Text Example
Text Example
White with #999F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F1A; }
p { color: rgb(153,159,26); }
H1.HeaderClassName
{
color: #999F1A;
}
.AnyTagClassName
{
color: #999F1A;
}
</style>
background-color css
<style>
a { background-color: #999F1A; }
a { background-color: rgb(153,159,26); }
div.DivClassName
{
background-color: #999F1A;
}
.BgClassName
{
background-color: #999F1A;
}
</style>
border-color css
<style>
span { border-color: #999F1A; }
span { border-color: rgb(153,159,26); }
td.TdClassName
{
border-color: #999F1A;
}
.TagClassName
{
border-color: #999F1A;
}
</style>