Shades of Citrus #AFAA00
Tints of Citrus #AFAA00
RGB
CMYK
RGB Variations
Color information
#AFAA00 (or 0xAFAA00) is known color: Citrus. HEX triplet: AF, AA and 00. RGB value is (175,170,0). Sum of RGB (Red+Green+Blue) = 175+170+0=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAA00 is #5055FF. Grayscale: #989898. Windows color (decimal): -5264896 or 43695. OLE color: 43695.
HSL color Cylindrical-coordinate representation of color #AFAA00: hue angle of 58.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFAA00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.31 |
| HSL | 58.29º | 1% | 0.34% | - |
| HSV(B) | 58.29º | 1% | 0.69% | - |
| XYZ | 32.05 | 37.86 | 5.62 | - |
| YUV | 152.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 0 | 0 | 0.03 | 1 | 0.31 | 58.29 | 1 | 0.34 |
| Hex | AF | AA | 0 | 0 | 3 | 64 | 1F | 3A | 64 | 22 |
| Octal | 257 | 252 | 0 | 0 | 3 | 144 | 37 | 72 | 144 | 42 |
| Binary | 10101111 | 10101010 | 0 | 0 | 11 | 1100100 | 11111 | 111010 | 1100100 | 100010 |
Color Harmonies of #AFAA00
Complementary color
Monochromatic Colors of #AFAA00
Black with #AFAA00
Text Example
Text Example
White with #AFAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAA00; }
p { color: rgb(175,170,0); }
H1.HeaderClassName
{
color: #AFAA00;
}
.AnyTagClassName
{
color: #AFAA00;
}
</style>
background-color css
<style>
a { background-color: #AFAA00; }
a { background-color: rgb(175,170,0); }
div.DivClassName
{
background-color: #AFAA00;
}
.BgClassName
{
background-color: #AFAA00;
}
</style>
border-color css
<style>
span { border-color: #AFAA00; }
span { border-color: rgb(175,170,0); }
td.TdClassName
{
border-color: #AFAA00;
}
.TagClassName
{
border-color: #AFAA00;
}
</style>