Shades of Citrus #ABCA00
Tints of Citrus #ABCA00
RGB
CMYK
RGB Variations
Color information
#ABCA00 (or 0xABCA00) is known color: Citrus. HEX triplet: AB, CA and 00. RGB value is (171,202,0). Sum of RGB (Red+Green+Blue) = 171+202+0=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCA00 is #5435FF. Grayscale: #AAAAAA. Windows color (decimal): -5518848 or 51883. OLE color: 51883.
HSL color Cylindrical-coordinate representation of color #ABCA00: hue angle of 69.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABCA00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.21 |
| HSL | 69.21º | 1% | 0.4% | - |
| HSV(B) | 69.21º | 1% | 0.79% | - |
| XYZ | 37.92 | 50.9 | 7.83 | - |
| YUV | 169.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 0 | 0.15 | 0 | 1 | 0.21 | 69.21 | 1 | 0.4 |
| Hex | AB | CA | 0 | F | 0 | 64 | 15 | 45 | 64 | 28 |
| Octal | 253 | 312 | 0 | 17 | 0 | 144 | 25 | 105 | 144 | 50 |
| Binary | 10101011 | 11001010 | 0 | 1111 | 0 | 1100100 | 10101 | 1000101 | 1100100 | 101000 |
Color Harmonies of #ABCA00
Complementary color
Monochromatic Colors of #ABCA00
Black with #ABCA00
Text Example
Text Example
White with #ABCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA00; }
p { color: rgb(171,202,0); }
H1.HeaderClassName
{
color: #ABCA00;
}
.AnyTagClassName
{
color: #ABCA00;
}
</style>
background-color css
<style>
a { background-color: #ABCA00; }
a { background-color: rgb(171,202,0); }
div.DivClassName
{
background-color: #ABCA00;
}
.BgClassName
{
background-color: #ABCA00;
}
</style>
border-color css
<style>
span { border-color: #ABCA00; }
span { border-color: rgb(171,202,0); }
td.TdClassName
{
border-color: #ABCA00;
}
.TagClassName
{
border-color: #ABCA00;
}
</style>