Shades of Yellow Green #ADC931
Tints of Yellow Green #ADC931
RGB
CMYK
RGB Variations
Color information
#ADC931 (or 0xADC931) is known color: Yellow Green. HEX triplet: AD, C9 and 31. RGB value is (173,201,49). Sum of RGB (Red+Green+Blue) = 173+201+49=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC931 is #5236CE. Grayscale: #AFAFAF. Windows color (decimal): -5387983 or 3262893. OLE color: 3262893.
HSL color Cylindrical-coordinate representation of color #ADC931: hue angle of 71.05º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADC931 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 49 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.21 |
| HSL | 71.05º | 0.61% | 0.49% | - |
| HSV(B) | 71.05º | 0.76% | 0.79% | - |
| XYZ | 38.67 | 50.88 | 10.69 | - |
| YUV | 175.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 49 | 0.14 | 0 | 0.76 | 0.21 | 71.05 | 0.61 | 0.49 |
| Hex | AD | C9 | 31 | E | 0 | 4C | 15 | 47 | 3D | 31 |
| Octal | 255 | 311 | 61 | 16 | 0 | 114 | 25 | 107 | 75 | 61 |
| Binary | 10101101 | 11001001 | 110001 | 1110 | 0 | 1001100 | 10101 | 1000111 | 111101 | 110001 |
Color Harmonies of #ADC931
Complementary color
Monochromatic Colors of #ADC931
Black with #ADC931
Text Example
Text Example
White with #ADC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC931; }
p { color: rgb(173,201,49); }
H1.HeaderClassName
{
color: #ADC931;
}
.AnyTagClassName
{
color: #ADC931;
}
</style>
background-color css
<style>
a { background-color: #ADC931; }
a { background-color: rgb(173,201,49); }
div.DivClassName
{
background-color: #ADC931;
}
.BgClassName
{
background-color: #ADC931;
}
</style>
border-color css
<style>
span { border-color: #ADC931; }
span { border-color: rgb(173,201,49); }
td.TdClassName
{
border-color: #ADC931;
}
.TagClassName
{
border-color: #ADC931;
}
</style>