Shades of Citrus #84AA01
Tints of Citrus #84AA01
RGB
CMYK
RGB Variations
Color information
#84AA01 (or 0x84AA01) is known color: Citrus. HEX triplet: 84, AA and 01. RGB value is (132,170,1). Sum of RGB (Red+Green+Blue) = 132+170+1=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AA01 is #7B55FE. Grayscale: #8C8C8C. Windows color (decimal): -8082943 or 109188. OLE color: 109188.
HSL color Cylindrical-coordinate representation of color #84AA01: hue angle of 73.49º degrees, saturation: 0.99, 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 #84AA01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.33 |
| HSL | 73.49º | 0.99% | 0.34% | - |
| HSV(B) | 73.49º | 0.99% | 0.67% | - |
| XYZ | 23.9 | 33.66 | 5.27 | - |
| YUV | 139.37 | 49.91 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 1 | 0.22 | 0 | 0.99 | 0.33 | 73.49 | 0.99 | 0.34 |
| Hex | 84 | AA | 1 | 16 | 0 | 63 | 21 | 49 | 63 | 22 |
| Octal | 204 | 252 | 1 | 26 | 0 | 143 | 41 | 111 | 143 | 42 |
| Binary | 10000100 | 10101010 | 1 | 10110 | 0 | 1100011 | 100001 | 1001001 | 1100011 | 100010 |
Color Harmonies of #84AA01
Complementary color
Monochromatic Colors of #84AA01
Black with #84AA01
Text Example
Text Example
White with #84AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA01; }
p { color: rgb(132,170,1); }
H1.HeaderClassName
{
color: #84AA01;
}
.AnyTagClassName
{
color: #84AA01;
}
</style>
background-color css
<style>
a { background-color: #84AA01; }
a { background-color: rgb(132,170,1); }
div.DivClassName
{
background-color: #84AA01;
}
.BgClassName
{
background-color: #84AA01;
}
</style>
border-color css
<style>
span { border-color: #84AA01; }
span { border-color: rgb(132,170,1); }
td.TdClassName
{
border-color: #84AA01;
}
.TagClassName
{
border-color: #84AA01;
}
</style>