Shades of Yellow Green #ADDA2D
Tints of Yellow Green #ADDA2D
RGB
CMYK
RGB Variations
Color information
#ADDA2D (or 0xADDA2D) is known color: Yellow Green. HEX triplet: AD, DA and 2D. RGB value is (173,218,45). Sum of RGB (Red+Green+Blue) = 173+218+45=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA2D is #5225D2. Grayscale: #B9B9B9. Windows color (decimal): -5383635 or 3005101. OLE color: 3005101.
HSL color Cylindrical-coordinate representation of color #ADDA2D: hue angle of 75.61º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADDA2D is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 45 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.15 |
| HSL | 75.61º | 0.7% | 0.52% | - |
| HSV(B) | 75.61º | 0.79% | 0.85% | - |
| XYZ | 42.78 | 59.22 | 11.66 | - |
| YUV | 184.82 | 49.09 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 45 | 0.21 | 0 | 0.79 | 0.15 | 75.61 | 0.7 | 0.52 |
| Hex | AD | DA | 2D | 15 | 0 | 4F | F | 4C | 46 | 34 |
| Octal | 255 | 332 | 55 | 25 | 0 | 117 | 17 | 114 | 106 | 64 |
| Binary | 10101101 | 11011010 | 101101 | 10101 | 0 | 1001111 | 1111 | 1001100 | 1000110 | 110100 |
Color Harmonies of #ADDA2D
Complementary color
Monochromatic Colors of #ADDA2D
Black with #ADDA2D
Text Example
Text Example
White with #ADDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA2D; }
p { color: rgb(173,218,45); }
H1.HeaderClassName
{
color: #ADDA2D;
}
.AnyTagClassName
{
color: #ADDA2D;
}
</style>
background-color css
<style>
a { background-color: #ADDA2D; }
a { background-color: rgb(173,218,45); }
div.DivClassName
{
background-color: #ADDA2D;
}
.BgClassName
{
background-color: #ADDA2D;
}
</style>
border-color css
<style>
span { border-color: #ADDA2D; }
span { border-color: rgb(173,218,45); }
td.TdClassName
{
border-color: #ADDA2D;
}
.TagClassName
{
border-color: #ADDA2D;
}
</style>