Shades of Citrus #AABF0D
Tints of Citrus #AABF0D
RGB
CMYK
RGB Variations
Color information
#AABF0D (or 0xAABF0D) is known color: Citrus. HEX triplet: AA, BF and 0D. RGB value is (170,191,13). Sum of RGB (Red+Green+Blue) = 170+191+13=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABF0D is #5540F2. Grayscale: #A5A5A5. Windows color (decimal): -5587187 or 901034. OLE color: 901034.
HSL color Cylindrical-coordinate representation of color #AABF0D: hue angle of 67.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AABF0D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.25 |
| HSL | 67.08º | 0.87% | 0.4% | - |
| HSV(B) | 67.08º | 0.93% | 0.75% | - |
| XYZ | 35.28 | 45.84 | 7.37 | - |
| YUV | 164.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 13 | 0.11 | 0 | 0.93 | 0.25 | 67.08 | 0.87 | 0.4 |
| Hex | AA | BF | D | B | 0 | 5D | 19 | 43 | 57 | 28 |
| Octal | 252 | 277 | 15 | 13 | 0 | 135 | 31 | 103 | 127 | 50 |
| Binary | 10101010 | 10111111 | 1101 | 1011 | 0 | 1011101 | 11001 | 1000011 | 1010111 | 101000 |
Color Harmonies of #AABF0D
Complementary color
Monochromatic Colors of #AABF0D
Black with #AABF0D
Text Example
Text Example
White with #AABF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF0D; }
p { color: rgb(170,191,13); }
H1.HeaderClassName
{
color: #AABF0D;
}
.AnyTagClassName
{
color: #AABF0D;
}
</style>
background-color css
<style>
a { background-color: #AABF0D; }
a { background-color: rgb(170,191,13); }
div.DivClassName
{
background-color: #AABF0D;
}
.BgClassName
{
background-color: #AABF0D;
}
</style>
border-color css
<style>
span { border-color: #AABF0D; }
span { border-color: rgb(170,191,13); }
td.TdClassName
{
border-color: #AABF0D;
}
.TagClassName
{
border-color: #AABF0D;
}
</style>