Shades of Citrus #A8AE02
Tints of Citrus #A8AE02
RGB
CMYK
RGB Variations
Color information
#A8AE02 (or 0xA8AE02) is known color: Citrus. HEX triplet: A8, AE and 02. RGB value is (168,174,2). Sum of RGB (Red+Green+Blue) = 168+174+2=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE02 is #5751FD. Grayscale: #999999. Windows color (decimal): -5722622 or 175784. OLE color: 175784.
HSL color Cylindrical-coordinate representation of color #A8AE02: hue angle of 62.09º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8AE02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.32 |
| HSL | 62.09º | 0.98% | 0.35% | - |
| HSV(B) | 62.09º | 0.99% | 0.68% | - |
| XYZ | 31.3 | 38.6 | 5.86 | - |
| YUV | 152.6 | 43.01 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 2 | 0.03 | 0 | 0.99 | 0.32 | 62.09 | 0.98 | 0.35 |
| Hex | A8 | AE | 2 | 3 | 0 | 63 | 20 | 3E | 62 | 23 |
| Octal | 250 | 256 | 2 | 3 | 0 | 143 | 40 | 76 | 142 | 43 |
| Binary | 10101000 | 10101110 | 10 | 11 | 0 | 1100011 | 100000 | 111110 | 1100010 | 100011 |
Color Harmonies of #A8AE02
Complementary color
Monochromatic Colors of #A8AE02
Black with #A8AE02
Text Example
Text Example
White with #A8AE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE02; }
p { color: rgb(168,174,2); }
H1.HeaderClassName
{
color: #A8AE02;
}
.AnyTagClassName
{
color: #A8AE02;
}
</style>
background-color css
<style>
a { background-color: #A8AE02; }
a { background-color: rgb(168,174,2); }
div.DivClassName
{
background-color: #A8AE02;
}
.BgClassName
{
background-color: #A8AE02;
}
</style>
border-color css
<style>
span { border-color: #A8AE02; }
span { border-color: rgb(168,174,2); }
td.TdClassName
{
border-color: #A8AE02;
}
.TagClassName
{
border-color: #A8AE02;
}
</style>