Shades of Citrus #98AA02
Tints of Citrus #98AA02
RGB
CMYK
RGB Variations
Color information
#98AA02 (or 0x98AA02) is known color: Citrus. HEX triplet: 98, AA and 02. RGB value is (152,170,2). Sum of RGB (Red+Green+Blue) = 152+170+2=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AA02 is #6755FD. Grayscale: #929292. Windows color (decimal): -6772222 or 174744. OLE color: 174744.
HSL color Cylindrical-coordinate representation of color #98AA02: hue angle of 66.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98AA02 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.33 |
| HSL | 66.43º | 0.98% | 0.34% | - |
| HSV(B) | 66.43º | 0.99% | 0.67% | - |
| XYZ | 27.33 | 35.43 | 5.46 | - |
| YUV | 145.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 2 | 0.11 | 0 | 0.99 | 0.33 | 66.43 | 0.98 | 0.34 |
| Hex | 98 | AA | 2 | B | 0 | 63 | 21 | 42 | 62 | 22 |
| Octal | 230 | 252 | 2 | 13 | 0 | 143 | 41 | 102 | 142 | 42 |
| Binary | 10011000 | 10101010 | 10 | 1011 | 0 | 1100011 | 100001 | 1000010 | 1100010 | 100010 |
Color Harmonies of #98AA02
Complementary color
Monochromatic Colors of #98AA02
Black with #98AA02
Text Example
Text Example
White with #98AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AA02; }
p { color: rgb(152,170,2); }
H1.HeaderClassName
{
color: #98AA02;
}
.AnyTagClassName
{
color: #98AA02;
}
</style>
background-color css
<style>
a { background-color: #98AA02; }
a { background-color: rgb(152,170,2); }
div.DivClassName
{
background-color: #98AA02;
}
.BgClassName
{
background-color: #98AA02;
}
</style>
border-color css
<style>
span { border-color: #98AA02; }
span { border-color: rgb(152,170,2); }
td.TdClassName
{
border-color: #98AA02;
}
.TagClassName
{
border-color: #98AA02;
}
</style>