Shades of Citrus #84AA00
Tints of Citrus #84AA00
RGB
CMYK
RGB Variations
Color information
#84AA00 (or 0x84AA00) is known color: Citrus. HEX triplet: 84, AA and 00. RGB value is (132,170,0). Sum of RGB (Red+Green+Blue) = 132+170+0=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AA00 is #7B55FF. Grayscale: #8B8B8B. Windows color (decimal): -8082944 or 43652. OLE color: 43652.
HSL color Cylindrical-coordinate representation of color #84AA00: hue angle of 73.41º 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 #84AA00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.33 |
| HSL | 73.41º | 1% | 0.33% | - |
| HSV(B) | 73.41º | 1% | 0.67% | - |
| XYZ | 23.89 | 33.65 | 5.24 | - |
| YUV | 139.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 0 | 0.22 | 0 | 1 | 0.33 | 73.41 | 1 | 0.33 |
| Hex | 84 | AA | 0 | 16 | 0 | 64 | 21 | 49 | 64 | 21 |
| Octal | 204 | 252 | 0 | 26 | 0 | 144 | 41 | 111 | 144 | 41 |
| Binary | 10000100 | 10101010 | 0 | 10110 | 0 | 1100100 | 100001 | 1001001 | 1100100 | 100001 |
Color Harmonies of #84AA00
Complementary color
Monochromatic Colors of #84AA00
Black with #84AA00
Text Example
Text Example
White with #84AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA00; }
p { color: rgb(132,170,0); }
H1.HeaderClassName
{
color: #84AA00;
}
.AnyTagClassName
{
color: #84AA00;
}
</style>
background-color css
<style>
a { background-color: #84AA00; }
a { background-color: rgb(132,170,0); }
div.DivClassName
{
background-color: #84AA00;
}
.BgClassName
{
background-color: #84AA00;
}
</style>
border-color css
<style>
span { border-color: #84AA00; }
span { border-color: rgb(132,170,0); }
td.TdClassName
{
border-color: #84AA00;
}
.TagClassName
{
border-color: #84AA00;
}
</style>