Shades of Yellow Green #ADC934
Tints of Yellow Green #ADC934
RGB
CMYK
RGB Variations
Color information
#ADC934 (or 0xADC934) is known color: Yellow Green. HEX triplet: AD, C9 and 34. RGB value is (173,201,52). Sum of RGB (Red+Green+Blue) = 173+201+52=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC934 is #5236CB. Grayscale: #B0B0B0. Windows color (decimal): -5387980 or 3459501. OLE color: 3459501.
HSL color Cylindrical-coordinate representation of color #ADC934: hue angle of 71.28º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC934 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 52 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.21 |
| HSL | 71.28º | 0.59% | 0.5% | - |
| HSV(B) | 71.28º | 0.74% | 0.79% | - |
| XYZ | 38.74 | 50.91 | 11.03 | - |
| YUV | 175.64 | 58.22 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 52 | 0.14 | 0 | 0.74 | 0.21 | 71.28 | 0.59 | 0.5 |
| Hex | AD | C9 | 34 | E | 0 | 4A | 15 | 47 | 3B | 32 |
| Octal | 255 | 311 | 64 | 16 | 0 | 112 | 25 | 107 | 73 | 62 |
| Binary | 10101101 | 11001001 | 110100 | 1110 | 0 | 1001010 | 10101 | 1000111 | 111011 | 110010 |
Color Harmonies of #ADC934
Complementary color
Monochromatic Colors of #ADC934
Black with #ADC934
Text Example
Text Example
White with #ADC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC934; }
p { color: rgb(173,201,52); }
H1.HeaderClassName
{
color: #ADC934;
}
.AnyTagClassName
{
color: #ADC934;
}
</style>
background-color css
<style>
a { background-color: #ADC934; }
a { background-color: rgb(173,201,52); }
div.DivClassName
{
background-color: #ADC934;
}
.BgClassName
{
background-color: #ADC934;
}
</style>
border-color css
<style>
span { border-color: #ADC934; }
span { border-color: rgb(173,201,52); }
td.TdClassName
{
border-color: #ADC934;
}
.TagClassName
{
border-color: #ADC934;
}
</style>