Shades of Citrus #98AD04
Tints of Citrus #98AD04
RGB
CMYK
RGB Variations
Color information
#98AD04 (or 0x98AD04) is known color: Citrus. HEX triplet: 98, AD and 04. RGB value is (152,173,4). Sum of RGB (Red+Green+Blue) = 152+173+4=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AD04 is #6752FB. Grayscale: #949494. Windows color (decimal): -6771452 or 306584. OLE color: 306584.
HSL color Cylindrical-coordinate representation of color #98AD04: hue angle of 67.46º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98AD04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.32 |
| HSL | 67.46º | 0.95% | 0.35% | - |
| HSV(B) | 67.46º | 0.98% | 0.68% | - |
| XYZ | 27.91 | 36.57 | 5.7 | - |
| YUV | 147.46 | 47.04 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 4 | 0.12 | 0 | 0.98 | 0.32 | 67.46 | 0.95 | 0.35 |
| Hex | 98 | AD | 4 | C | 0 | 62 | 20 | 43 | 5F | 23 |
| Octal | 230 | 255 | 4 | 14 | 0 | 142 | 40 | 103 | 137 | 43 |
| Binary | 10011000 | 10101101 | 100 | 1100 | 0 | 1100010 | 100000 | 1000011 | 1011111 | 100011 |
Color Harmonies of #98AD04
Complementary color
Monochromatic Colors of #98AD04
Black with #98AD04
Text Example
Text Example
White with #98AD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD04; }
p { color: rgb(152,173,4); }
H1.HeaderClassName
{
color: #98AD04;
}
.AnyTagClassName
{
color: #98AD04;
}
</style>
background-color css
<style>
a { background-color: #98AD04; }
a { background-color: rgb(152,173,4); }
div.DivClassName
{
background-color: #98AD04;
}
.BgClassName
{
background-color: #98AD04;
}
</style>
border-color css
<style>
span { border-color: #98AD04; }
span { border-color: rgb(152,173,4); }
td.TdClassName
{
border-color: #98AD04;
}
.TagClassName
{
border-color: #98AD04;
}
</style>