Shades of Citrus #98AD02
Tints of Citrus #98AD02
RGB
CMYK
RGB Variations
Color information
#98AD02 (or 0x98AD02) is known color: Citrus. HEX triplet: 98, AD and 02. RGB value is (152,173,2). Sum of RGB (Red+Green+Blue) = 152+173+2=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AD02 is #6752FD. Grayscale: #939393. Windows color (decimal): -6771454 or 175512. OLE color: 175512.
HSL color Cylindrical-coordinate representation of color #98AD02: hue angle of 67.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98AD02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.32 |
| HSL | 67.37º | 0.98% | 0.34% | - |
| HSV(B) | 67.37º | 0.99% | 0.68% | - |
| XYZ | 27.9 | 36.57 | 5.64 | - |
| YUV | 147.23 | 46.04 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 2 | 0.12 | 0 | 0.99 | 0.32 | 67.37 | 0.98 | 0.34 |
| Hex | 98 | AD | 2 | C | 0 | 63 | 20 | 43 | 62 | 22 |
| Octal | 230 | 255 | 2 | 14 | 0 | 143 | 40 | 103 | 142 | 42 |
| Binary | 10011000 | 10101101 | 10 | 1100 | 0 | 1100011 | 100000 | 1000011 | 1100010 | 100010 |
Color Harmonies of #98AD02
Complementary color
Monochromatic Colors of #98AD02
Black with #98AD02
Text Example
Text Example
White with #98AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD02; }
p { color: rgb(152,173,2); }
H1.HeaderClassName
{
color: #98AD02;
}
.AnyTagClassName
{
color: #98AD02;
}
</style>
background-color css
<style>
a { background-color: #98AD02; }
a { background-color: rgb(152,173,2); }
div.DivClassName
{
background-color: #98AD02;
}
.BgClassName
{
background-color: #98AD02;
}
</style>
border-color css
<style>
span { border-color: #98AD02; }
span { border-color: rgb(152,173,2); }
td.TdClassName
{
border-color: #98AD02;
}
.TagClassName
{
border-color: #98AD02;
}
</style>