Shades of Citrus #AACF01
Tints of Citrus #AACF01
RGB
CMYK
RGB Variations
Color information
#AACF01 (or 0xAACF01) is known color: Citrus. HEX triplet: AA, CF and 01. RGB value is (170,207,1). Sum of RGB (Red+Green+Blue) = 170+207+1=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF01 is #5530FE. Grayscale: #ADADAD. Windows color (decimal): -5583103 or 118698. OLE color: 118698.
HSL color Cylindrical-coordinate representation of color #AACF01: hue angle of 70.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AACF01 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 1 | - |
| CMYK | 0.18 | 0 | 1.00 | 0.19 |
| HSL | 70.78º | 0.99% | 0.41% | - |
| HSV(B) | 70.78º | 1% | 0.81% | - |
| XYZ | 38.9 | 53.17 | 8.24 | - |
| YUV | 172.45 | 31.24 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 1 | 0.18 | 0 | 1.00 | 0.19 | 70.78 | 0.99 | 0.41 |
| Hex | AA | CF | 1 | 12 | 0 | 64 | 13 | 47 | 63 | 29 |
| Octal | 252 | 317 | 1 | 22 | 0 | 144 | 23 | 107 | 143 | 51 |
| Binary | 10101010 | 11001111 | 1 | 10010 | 0 | 1100100 | 10011 | 1000111 | 1100011 | 101001 |
Color Harmonies of #AACF01
Complementary color
Monochromatic Colors of #AACF01
Black with #AACF01
Text Example
Text Example
White with #AACF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF01; }
p { color: rgb(170,207,1); }
H1.HeaderClassName
{
color: #AACF01;
}
.AnyTagClassName
{
color: #AACF01;
}
</style>
background-color css
<style>
a { background-color: #AACF01; }
a { background-color: rgb(170,207,1); }
div.DivClassName
{
background-color: #AACF01;
}
.BgClassName
{
background-color: #AACF01;
}
</style>
border-color css
<style>
span { border-color: #AACF01; }
span { border-color: rgb(170,207,1); }
td.TdClassName
{
border-color: #AACF01;
}
.TagClassName
{
border-color: #AACF01;
}
</style>