Shades of Citrus #ADAF0D
Tints of Citrus #ADAF0D
RGB
CMYK
RGB Variations
Color information
#ADAF0D (or 0xADAF0D) is known color: Citrus. HEX triplet: AD, AF and 0D. RGB value is (173,175,13). Sum of RGB (Red+Green+Blue) = 173+175+13=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAF0D is #5250F2. Grayscale: #9C9C9C. Windows color (decimal): -5394675 or 896941. OLE color: 896941.
HSL color Cylindrical-coordinate representation of color #ADAF0D: hue angle of 60.74º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADAF0D is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 13 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.31 |
| HSL | 60.74º | 0.86% | 0.37% | - |
| HSV(B) | 60.74º | 0.93% | 0.69% | - |
| XYZ | 32.64 | 39.57 | 6.3 | - |
| YUV | 155.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 13 | 0.01 | 0 | 0.93 | 0.31 | 60.74 | 0.86 | 0.37 |
| Hex | AD | AF | D | 1 | 0 | 5D | 1F | 3D | 56 | 25 |
| Octal | 255 | 257 | 15 | 1 | 0 | 135 | 37 | 75 | 126 | 45 |
| Binary | 10101101 | 10101111 | 1101 | 1 | 0 | 1011101 | 11111 | 111101 | 1010110 | 100101 |
Color Harmonies of #ADAF0D
Complementary color
Monochromatic Colors of #ADAF0D
Black with #ADAF0D
Text Example
Text Example
White with #ADAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF0D; }
p { color: rgb(173,175,13); }
H1.HeaderClassName
{
color: #ADAF0D;
}
.AnyTagClassName
{
color: #ADAF0D;
}
</style>
background-color css
<style>
a { background-color: #ADAF0D; }
a { background-color: rgb(173,175,13); }
div.DivClassName
{
background-color: #ADAF0D;
}
.BgClassName
{
background-color: #ADAF0D;
}
</style>
border-color css
<style>
span { border-color: #ADAF0D; }
span { border-color: rgb(173,175,13); }
td.TdClassName
{
border-color: #ADAF0D;
}
.TagClassName
{
border-color: #ADAF0D;
}
</style>