Shades of Citrus #ADAF0B
Tints of Citrus #ADAF0B
RGB
CMYK
RGB Variations
Color information
#ADAF0B (or 0xADAF0B) is known color: Citrus. HEX triplet: AD, AF and 0B. RGB value is (173,175,11). Sum of RGB (Red+Green+Blue) = 173+175+11=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF0B is #5250F4. Grayscale: #9C9C9C. Windows color (decimal): -5394677 or 765869. OLE color: 765869.
HSL color Cylindrical-coordinate representation of color #ADAF0B: hue angle of 60.73º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADAF0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.31 |
| HSL | 60.73º | 0.88% | 0.36% | - |
| HSV(B) | 60.73º | 0.94% | 0.69% | - |
| XYZ | 32.62 | 39.57 | 6.23 | - |
| YUV | 155.71 | 46.34 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 11 | 0.01 | 0 | 0.94 | 0.31 | 60.73 | 0.88 | 0.36 |
| Hex | AD | AF | B | 1 | 0 | 5E | 1F | 3D | 58 | 24 |
| Octal | 255 | 257 | 13 | 1 | 0 | 136 | 37 | 75 | 130 | 44 |
| Binary | 10101101 | 10101111 | 1011 | 1 | 0 | 1011110 | 11111 | 111101 | 1011000 | 100100 |
Color Harmonies of #ADAF0B
Complementary color
Monochromatic Colors of #ADAF0B
Black with #ADAF0B
Text Example
Text Example
White with #ADAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF0B; }
p { color: rgb(173,175,11); }
H1.HeaderClassName
{
color: #ADAF0B;
}
.AnyTagClassName
{
color: #ADAF0B;
}
</style>
background-color css
<style>
a { background-color: #ADAF0B; }
a { background-color: rgb(173,175,11); }
div.DivClassName
{
background-color: #ADAF0B;
}
.BgClassName
{
background-color: #ADAF0B;
}
</style>
border-color css
<style>
span { border-color: #ADAF0B; }
span { border-color: rgb(173,175,11); }
td.TdClassName
{
border-color: #ADAF0B;
}
.TagClassName
{
border-color: #ADAF0B;
}
</style>