Shades of Citrus #89AA00
Tints of Citrus #89AA00
RGB
CMYK
RGB Variations
Color information
#89AA00 (or 0x89AA00) is known color: Citrus. HEX triplet: 89, AA and 00. RGB value is (137,170,0). Sum of RGB (Red+Green+Blue) = 137+170+0=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AA00 is #7655FF. Grayscale: #8D8D8D. Windows color (decimal): -7755264 or 43657. OLE color: 43657.
HSL color Cylindrical-coordinate representation of color #89AA00: hue angle of 71.65º 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 #89AA00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.33 |
| HSL | 71.65º | 1% | 0.33% | - |
| HSV(B) | 71.65º | 1% | 0.67% | - |
| XYZ | 24.69 | 34.07 | 5.27 | - |
| YUV | 140.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 0 | 0.19 | 0 | 1 | 0.33 | 71.65 | 1 | 0.33 |
| Hex | 89 | AA | 0 | 13 | 0 | 64 | 21 | 48 | 64 | 21 |
| Octal | 211 | 252 | 0 | 23 | 0 | 144 | 41 | 110 | 144 | 41 |
| Binary | 10001001 | 10101010 | 0 | 10011 | 0 | 1100100 | 100001 | 1001000 | 1100100 | 100001 |
Color Harmonies of #89AA00
Complementary color
Monochromatic Colors of #89AA00
Black with #89AA00
Text Example
Text Example
White with #89AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA00; }
p { color: rgb(137,170,0); }
H1.HeaderClassName
{
color: #89AA00;
}
.AnyTagClassName
{
color: #89AA00;
}
</style>
background-color css
<style>
a { background-color: #89AA00; }
a { background-color: rgb(137,170,0); }
div.DivClassName
{
background-color: #89AA00;
}
.BgClassName
{
background-color: #89AA00;
}
</style>
border-color css
<style>
span { border-color: #89AA00; }
span { border-color: rgb(137,170,0); }
td.TdClassName
{
border-color: #89AA00;
}
.TagClassName
{
border-color: #89AA00;
}
</style>