Shades of Citrus #98AA00
Tints of Citrus #98AA00
RGB
CMYK
RGB Variations
Color information
#98AA00 (or 0x98AA00) is known color: Citrus. HEX triplet: 98, AA and 00. RGB value is (152,170,0). Sum of RGB (Red+Green+Blue) = 152+170+0=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AA00 is #6755FF. Grayscale: #919191. Windows color (decimal): -6772224 or 43672. OLE color: 43672.
HSL color Cylindrical-coordinate representation of color #98AA00: hue angle of 66.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98AA00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.33 |
| HSL | 66.35º | 1% | 0.33% | - |
| HSV(B) | 66.35º | 1% | 0.67% | - |
| XYZ | 27.32 | 35.42 | 5.4 | - |
| YUV | 145.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 0 | 0.11 | 0 | 1 | 0.33 | 66.35 | 1 | 0.33 |
| Hex | 98 | AA | 0 | B | 0 | 64 | 21 | 42 | 64 | 21 |
| Octal | 230 | 252 | 0 | 13 | 0 | 144 | 41 | 102 | 144 | 41 |
| Binary | 10011000 | 10101010 | 0 | 1011 | 0 | 1100100 | 100001 | 1000010 | 1100100 | 100001 |
Color Harmonies of #98AA00
Complementary color
Monochromatic Colors of #98AA00
Black with #98AA00
Text Example
Text Example
White with #98AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AA00; }
p { color: rgb(152,170,0); }
H1.HeaderClassName
{
color: #98AA00;
}
.AnyTagClassName
{
color: #98AA00;
}
</style>
background-color css
<style>
a { background-color: #98AA00; }
a { background-color: rgb(152,170,0); }
div.DivClassName
{
background-color: #98AA00;
}
.BgClassName
{
background-color: #98AA00;
}
</style>
border-color css
<style>
span { border-color: #98AA00; }
span { border-color: rgb(152,170,0); }
td.TdClassName
{
border-color: #98AA00;
}
.TagClassName
{
border-color: #98AA00;
}
</style>