Shades of Citrus #98AF0A
Tints of Citrus #98AF0A
RGB
CMYK
RGB Variations
Color information
#98AF0A (or 0x98AF0A) is known color: Citrus. HEX triplet: 98, AF and 0A. RGB value is (152,175,10). Sum of RGB (Red+Green+Blue) = 152+175+10=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AF0A is #6750F5. Grayscale: #959595. Windows color (decimal): -6770934 or 700312. OLE color: 700312.
HSL color Cylindrical-coordinate representation of color #98AF0A: hue angle of 68.36º 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 #98AF0A is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 175 | 10 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.31 |
| HSL | 68.36º | 0.89% | 0.36% | - |
| HSV(B) | 68.36º | 0.94% | 0.69% | - |
| XYZ | 28.33 | 37.36 | 6 | - |
| YUV | 149.31 | 49.38 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 10 | 0.13 | 0 | 0.94 | 0.31 | 68.36 | 0.89 | 0.36 |
| Hex | 98 | AF | A | D | 0 | 5E | 1F | 44 | 59 | 24 |
| Octal | 230 | 257 | 12 | 15 | 0 | 136 | 37 | 104 | 131 | 44 |
| Binary | 10011000 | 10101111 | 1010 | 1101 | 0 | 1011110 | 11111 | 1000100 | 1011001 | 100100 |
Color Harmonies of #98AF0A
Complementary color
Monochromatic Colors of #98AF0A
Black with #98AF0A
Text Example
Text Example
White with #98AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AF0A; }
p { color: rgb(152,175,10); }
H1.HeaderClassName
{
color: #98AF0A;
}
.AnyTagClassName
{
color: #98AF0A;
}
</style>
background-color css
<style>
a { background-color: #98AF0A; }
a { background-color: rgb(152,175,10); }
div.DivClassName
{
background-color: #98AF0A;
}
.BgClassName
{
background-color: #98AF0A;
}
</style>
border-color css
<style>
span { border-color: #98AF0A; }
span { border-color: rgb(152,175,10); }
td.TdClassName
{
border-color: #98AF0A;
}
.TagClassName
{
border-color: #98AF0A;
}
</style>