Shades of Yellow Green #ADC634
Tints of Yellow Green #ADC634
RGB
CMYK
RGB Variations
Color information
#ADC634 (or 0xADC634) is known color: Yellow Green. HEX triplet: AD, C6 and 34. RGB value is (173,198,52). Sum of RGB (Red+Green+Blue) = 173+198+52=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC634 is #5239CB. Grayscale: #AEAEAE. Windows color (decimal): -5388748 or 3458733. OLE color: 3458733.
HSL color Cylindrical-coordinate representation of color #ADC634: hue angle of 70.27º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC634 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 52 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.22 |
| HSL | 70.27º | 0.58% | 0.49% | - |
| HSV(B) | 70.27º | 0.74% | 0.78% | - |
| XYZ | 38.05 | 49.52 | 10.8 | - |
| YUV | 173.88 | 59.22 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 52 | 0.13 | 0 | 0.74 | 0.22 | 70.27 | 0.58 | 0.49 |
| Hex | AD | C6 | 34 | D | 0 | 4A | 16 | 46 | 3A | 31 |
| Octal | 255 | 306 | 64 | 15 | 0 | 112 | 26 | 106 | 72 | 61 |
| Binary | 10101101 | 11000110 | 110100 | 1101 | 0 | 1001010 | 10110 | 1000110 | 111010 | 110001 |
Color Harmonies of #ADC634
Complementary color
Monochromatic Colors of #ADC634
Black with #ADC634
Text Example
Text Example
White with #ADC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC634; }
p { color: rgb(173,198,52); }
H1.HeaderClassName
{
color: #ADC634;
}
.AnyTagClassName
{
color: #ADC634;
}
</style>
background-color css
<style>
a { background-color: #ADC634; }
a { background-color: rgb(173,198,52); }
div.DivClassName
{
background-color: #ADC634;
}
.BgClassName
{
background-color: #ADC634;
}
</style>
border-color css
<style>
span { border-color: #ADC634; }
span { border-color: rgb(173,198,52); }
td.TdClassName
{
border-color: #ADC634;
}
.TagClassName
{
border-color: #ADC634;
}
</style>