Shades of Citrus #99AF0A
Tints of Citrus #99AF0A
RGB
CMYK
RGB Variations
Color information
#99AF0A (or 0x99AF0A) is known color: Citrus. HEX triplet: 99, AF and 0A. RGB value is (153,175,10). Sum of RGB (Red+Green+Blue) = 153+175+10=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AF0A is #6650F5. Grayscale: #969696. Windows color (decimal): -6705398 or 700313. OLE color: 700313.
HSL color Cylindrical-coordinate representation of color #99AF0A: hue angle of 68º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99AF0A is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 10 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.31 |
| HSL | 68º | 0.89% | 0.36% | - |
| HSV(B) | 68º | 0.94% | 0.69% | - |
| XYZ | 28.52 | 37.45 | 6.01 | - |
| YUV | 149.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 10 | 0.13 | 0 | 0.94 | 0.31 | 68 | 0.89 | 0.36 |
| Hex | 99 | AF | A | D | 0 | 5E | 1F | 44 | 59 | 24 |
| Octal | 231 | 257 | 12 | 15 | 0 | 136 | 37 | 104 | 131 | 44 |
| Binary | 10011001 | 10101111 | 1010 | 1101 | 0 | 1011110 | 11111 | 1000100 | 1011001 | 100100 |
Color Harmonies of #99AF0A
Complementary color
Monochromatic Colors of #99AF0A
Black with #99AF0A
Text Example
Text Example
White with #99AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF0A; }
p { color: rgb(153,175,10); }
H1.HeaderClassName
{
color: #99AF0A;
}
.AnyTagClassName
{
color: #99AF0A;
}
</style>
background-color css
<style>
a { background-color: #99AF0A; }
a { background-color: rgb(153,175,10); }
div.DivClassName
{
background-color: #99AF0A;
}
.BgClassName
{
background-color: #99AF0A;
}
</style>
border-color css
<style>
span { border-color: #99AF0A; }
span { border-color: rgb(153,175,10); }
td.TdClassName
{
border-color: #99AF0A;
}
.TagClassName
{
border-color: #99AF0A;
}
</style>