Shades of Citrus #ADAF01
Tints of Citrus #ADAF01
RGB
CMYK
RGB Variations
Color information
#ADAF01 (or 0xADAF01) is known color: Citrus. HEX triplet: AD, AF and 01. RGB value is (173,175,1). Sum of RGB (Red+Green+Blue) = 173+175+1=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF01 is #5250FE. Grayscale: #9B9B9B. Windows color (decimal): -5394687 or 110509. OLE color: 110509.
HSL color Cylindrical-coordinate representation of color #ADAF01: hue angle of 60.69º 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 #ADAF01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.31 |
| HSL | 60.69º | 0.99% | 0.35% | - |
| HSV(B) | 60.69º | 0.99% | 0.69% | - |
| XYZ | 32.57 | 39.55 | 5.95 | - |
| YUV | 154.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 1 | 0.01 | 0 | 0.99 | 0.31 | 60.69 | 0.99 | 0.35 |
| Hex | AD | AF | 1 | 1 | 0 | 63 | 1F | 3D | 63 | 23 |
| Octal | 255 | 257 | 1 | 1 | 0 | 143 | 37 | 75 | 143 | 43 |
| Binary | 10101101 | 10101111 | 1 | 1 | 0 | 1100011 | 11111 | 111101 | 1100011 | 100011 |
Color Harmonies of #ADAF01
Complementary color
Monochromatic Colors of #ADAF01
Black with #ADAF01
Text Example
Text Example
White with #ADAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF01; }
p { color: rgb(173,175,1); }
H1.HeaderClassName
{
color: #ADAF01;
}
.AnyTagClassName
{
color: #ADAF01;
}
</style>
background-color css
<style>
a { background-color: #ADAF01; }
a { background-color: rgb(173,175,1); }
div.DivClassName
{
background-color: #ADAF01;
}
.BgClassName
{
background-color: #ADAF01;
}
</style>
border-color css
<style>
span { border-color: #ADAF01; }
span { border-color: rgb(173,175,1); }
td.TdClassName
{
border-color: #ADAF01;
}
.TagClassName
{
border-color: #ADAF01;
}
</style>