Shades of Yellow Green #ADCD2E
Tints of Yellow Green #ADCD2E
RGB
CMYK
RGB Variations
Color information
#ADCD2E (or 0xADCD2E) is known color: Yellow Green. HEX triplet: AD, CD and 2E. RGB value is (173,205,46). Sum of RGB (Red+Green+Blue) = 173+205+46=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD2E is #5232D1. Grayscale: #B1B1B1. Windows color (decimal): -5386962 or 3067309. OLE color: 3067309.
HSL color Cylindrical-coordinate representation of color #ADCD2E: hue angle of 72.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADCD2E is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 46 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.20 |
| HSL | 72.08º | 0.63% | 0.49% | - |
| HSV(B) | 72.08º | 0.78% | 0.8% | - |
| XYZ | 39.56 | 52.74 | 10.68 | - |
| YUV | 177.31 | 53.9 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 46 | 0.16 | 0 | 0.78 | 0.20 | 72.08 | 0.63 | 0.49 |
| Hex | AD | CD | 2E | 10 | 0 | 4E | 14 | 48 | 3F | 31 |
| Octal | 255 | 315 | 56 | 20 | 0 | 116 | 24 | 110 | 77 | 61 |
| Binary | 10101101 | 11001101 | 101110 | 10000 | 0 | 1001110 | 10100 | 1001000 | 111111 | 110001 |
Color Harmonies of #ADCD2E
Complementary color
Monochromatic Colors of #ADCD2E
Black with #ADCD2E
Text Example
Text Example
White with #ADCD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD2E; }
p { color: rgb(173,205,46); }
H1.HeaderClassName
{
color: #ADCD2E;
}
.AnyTagClassName
{
color: #ADCD2E;
}
</style>
background-color css
<style>
a { background-color: #ADCD2E; }
a { background-color: rgb(173,205,46); }
div.DivClassName
{
background-color: #ADCD2E;
}
.BgClassName
{
background-color: #ADCD2E;
}
</style>
border-color css
<style>
span { border-color: #ADCD2E; }
span { border-color: rgb(173,205,46); }
td.TdClassName
{
border-color: #ADCD2E;
}
.TagClassName
{
border-color: #ADCD2E;
}
</style>