Shades of Yellow Green #ADCC30
Tints of Yellow Green #ADCC30
RGB
CMYK
RGB Variations
Color information
#ADCC30 (or 0xADCC30) is known color: Yellow Green. HEX triplet: AD, CC and 30. RGB value is (173,204,48). Sum of RGB (Red+Green+Blue) = 173+204+48=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC30 is #5233CF. Grayscale: #B1B1B1. Windows color (decimal): -5387216 or 3198125. OLE color: 3198125.
HSL color Cylindrical-coordinate representation of color #ADCC30: hue angle of 71.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADCC30 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 48 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.2 |
| HSL | 71.92º | 0.62% | 0.49% | - |
| HSV(B) | 71.92º | 0.76% | 0.8% | - |
| XYZ | 39.36 | 52.28 | 10.81 | - |
| YUV | 176.95 | 55.23 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 48 | 0.15 | 0 | 0.76 | 0.2 | 71.92 | 0.62 | 0.49 |
| Hex | AD | CC | 30 | F | 0 | 4C | 14 | 48 | 3E | 31 |
| Octal | 255 | 314 | 60 | 17 | 0 | 114 | 24 | 110 | 76 | 61 |
| Binary | 10101101 | 11001100 | 110000 | 1111 | 0 | 1001100 | 10100 | 1001000 | 111110 | 110001 |
Color Harmonies of #ADCC30
Complementary color
Monochromatic Colors of #ADCC30
Black with #ADCC30
Text Example
Text Example
White with #ADCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC30; }
p { color: rgb(173,204,48); }
H1.HeaderClassName
{
color: #ADCC30;
}
.AnyTagClassName
{
color: #ADCC30;
}
</style>
background-color css
<style>
a { background-color: #ADCC30; }
a { background-color: rgb(173,204,48); }
div.DivClassName
{
background-color: #ADCC30;
}
.BgClassName
{
background-color: #ADCC30;
}
</style>
border-color css
<style>
span { border-color: #ADCC30; }
span { border-color: rgb(173,204,48); }
td.TdClassName
{
border-color: #ADCC30;
}
.TagClassName
{
border-color: #ADCC30;
}
</style>