Shades of Citrus #98AD15
Tints of Citrus #98AD15
RGB
CMYK
RGB Variations
Color information
#98AD15 (or 0x98AD15) is known color: Citrus. HEX triplet: 98, AD and 15. RGB value is (152,173,21). Sum of RGB (Red+Green+Blue) = 152+173+21=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AD15 is #6752EA. Grayscale: #959595. Windows color (decimal): -6771435 or 1420696. OLE color: 1420696.
HSL color Cylindrical-coordinate representation of color #98AD15: hue angle of 68.29º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98AD15 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 21 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.32 |
| HSL | 68.29º | 0.78% | 0.38% | - |
| HSV(B) | 68.29º | 0.88% | 0.68% | - |
| XYZ | 28.03 | 36.62 | 6.3 | - |
| YUV | 149.39 | 55.54 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 21 | 0.12 | 0 | 0.88 | 0.32 | 68.29 | 0.78 | 0.38 |
| Hex | 98 | AD | 15 | C | 0 | 58 | 20 | 44 | 4E | 26 |
| Octal | 230 | 255 | 25 | 14 | 0 | 130 | 40 | 104 | 116 | 46 |
| Binary | 10011000 | 10101101 | 10101 | 1100 | 0 | 1011000 | 100000 | 1000100 | 1001110 | 100110 |
Color Harmonies of #98AD15
Complementary color
Monochromatic Colors of #98AD15
Black with #98AD15
Text Example
Text Example
White with #98AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD15; }
p { color: rgb(152,173,21); }
H1.HeaderClassName
{
color: #98AD15;
}
.AnyTagClassName
{
color: #98AD15;
}
</style>
background-color css
<style>
a { background-color: #98AD15; }
a { background-color: rgb(152,173,21); }
div.DivClassName
{
background-color: #98AD15;
}
.BgClassName
{
background-color: #98AD15;
}
</style>
border-color css
<style>
span { border-color: #98AD15; }
span { border-color: rgb(152,173,21); }
td.TdClassName
{
border-color: #98AD15;
}
.TagClassName
{
border-color: #98AD15;
}
</style>