Shades of Citrus #999F02
Tints of Citrus #999F02
RGB
CMYK
RGB Variations
Color information
#999F02 (or 0x999F02) is known color: Citrus. HEX triplet: 99, 9F and 02. RGB value is (153,159,2). Sum of RGB (Red+Green+Blue) = 153+159+2=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #999F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999F02 is #6660FD. Grayscale: #8B8B8B. Windows color (decimal): -6709502 or 171929. OLE color: 171929.
HSL color Cylindrical-coordinate representation of color #999F02: hue angle of 62.29º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #999F02 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.38 |
| HSL | 62.29º | 0.98% | 0.32% | - |
| HSV(B) | 62.29º | 0.99% | 0.62% | - |
| XYZ | 25.55 | 31.57 | 4.81 | - |
| YUV | 139.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 2 | 0.04 | 0 | 0.99 | 0.38 | 62.29 | 0.98 | 0.32 |
| Hex | 99 | 9F | 2 | 4 | 0 | 63 | 26 | 3E | 62 | 20 |
| Octal | 231 | 237 | 2 | 4 | 0 | 143 | 46 | 76 | 142 | 40 |
| Binary | 10011001 | 10011111 | 10 | 100 | 0 | 1100011 | 100110 | 111110 | 1100010 | 100000 |
Color Harmonies of #999F02
Complementary color
Monochromatic Colors of #999F02
Black with #999F02
Text Example
Text Example
White with #999F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F02; }
p { color: rgb(153,159,2); }
H1.HeaderClassName
{
color: #999F02;
}
.AnyTagClassName
{
color: #999F02;
}
</style>
background-color css
<style>
a { background-color: #999F02; }
a { background-color: rgb(153,159,2); }
div.DivClassName
{
background-color: #999F02;
}
.BgClassName
{
background-color: #999F02;
}
</style>
border-color css
<style>
span { border-color: #999F02; }
span { border-color: rgb(153,159,2); }
td.TdClassName
{
border-color: #999F02;
}
.TagClassName
{
border-color: #999F02;
}
</style>