Shades of Citrus #ABAF01
Tints of Citrus #ABAF01
RGB
CMYK
RGB Variations
Color information
#ABAF01 (or 0xABAF01) is known color: Citrus. HEX triplet: AB, AF and 01. RGB value is (171,175,1). Sum of RGB (Red+Green+Blue) = 171+175+1=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF01 is #5450FE. Grayscale: #9A9A9A. Windows color (decimal): -5525759 or 110507. OLE color: 110507.
HSL color Cylindrical-coordinate representation of color #ABAF01: hue angle of 61.38º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABAF01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.31 |
| HSL | 61.38º | 0.99% | 0.35% | - |
| HSV(B) | 61.38º | 0.99% | 0.69% | - |
| XYZ | 32.13 | 39.32 | 5.92 | - |
| YUV | 153.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 1 | 0.02 | 0 | 0.99 | 0.31 | 61.38 | 0.99 | 0.35 |
| Hex | AB | AF | 1 | 2 | 0 | 63 | 1F | 3D | 63 | 23 |
| Octal | 253 | 257 | 1 | 2 | 0 | 143 | 37 | 75 | 143 | 43 |
| Binary | 10101011 | 10101111 | 1 | 10 | 0 | 1100011 | 11111 | 111101 | 1100011 | 100011 |
Color Harmonies of #ABAF01
Complementary color
Monochromatic Colors of #ABAF01
Black with #ABAF01
Text Example
Text Example
White with #ABAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF01; }
p { color: rgb(171,175,1); }
H1.HeaderClassName
{
color: #ABAF01;
}
.AnyTagClassName
{
color: #ABAF01;
}
</style>
background-color css
<style>
a { background-color: #ABAF01; }
a { background-color: rgb(171,175,1); }
div.DivClassName
{
background-color: #ABAF01;
}
.BgClassName
{
background-color: #ABAF01;
}
</style>
border-color css
<style>
span { border-color: #ABAF01; }
span { border-color: rgb(171,175,1); }
td.TdClassName
{
border-color: #ABAF01;
}
.TagClassName
{
border-color: #ABAF01;
}
</style>