Shades of Yellow Green #ADCD30
Tints of Yellow Green #ADCD30
RGB
CMYK
RGB Variations
Color information
#ADCD30 (or 0xADCD30) is known color: Yellow Green. HEX triplet: AD, CD and 30. RGB value is (173,205,48). Sum of RGB (Red+Green+Blue) = 173+205+48=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD30 is #5232CF. Grayscale: #B2B2B2. Windows color (decimal): -5386960 or 3198381. OLE color: 3198381.
HSL color Cylindrical-coordinate representation of color #ADCD30: hue angle of 72.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADCD30 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 48 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.20 |
| HSL | 72.23º | 0.62% | 0.5% | - |
| HSV(B) | 72.23º | 0.77% | 0.8% | - |
| XYZ | 39.6 | 52.76 | 10.89 | - |
| YUV | 177.53 | 54.9 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 48 | 0.16 | 0 | 0.77 | 0.20 | 72.23 | 0.62 | 0.5 |
| Hex | AD | CD | 30 | 10 | 0 | 4D | 14 | 48 | 3E | 32 |
| Octal | 255 | 315 | 60 | 20 | 0 | 115 | 24 | 110 | 76 | 62 |
| Binary | 10101101 | 11001101 | 110000 | 10000 | 0 | 1001101 | 10100 | 1001000 | 111110 | 110010 |
Color Harmonies of #ADCD30
Complementary color
Monochromatic Colors of #ADCD30
Black with #ADCD30
Text Example
Text Example
White with #ADCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD30; }
p { color: rgb(173,205,48); }
H1.HeaderClassName
{
color: #ADCD30;
}
.AnyTagClassName
{
color: #ADCD30;
}
</style>
background-color css
<style>
a { background-color: #ADCD30; }
a { background-color: rgb(173,205,48); }
div.DivClassName
{
background-color: #ADCD30;
}
.BgClassName
{
background-color: #ADCD30;
}
</style>
border-color css
<style>
span { border-color: #ADCD30; }
span { border-color: rgb(173,205,48); }
td.TdClassName
{
border-color: #ADCD30;
}
.TagClassName
{
border-color: #ADCD30;
}
</style>