Shades of Yellow Green #ADCC31
Tints of Yellow Green #ADCC31
RGB
CMYK
RGB Variations
Color information
#ADCC31 (or 0xADCC31) is known color: Yellow Green. HEX triplet: AD, CC and 31. RGB value is (173,204,49). Sum of RGB (Red+Green+Blue) = 173+204+49=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC31 is #5233CE. Grayscale: #B1B1B1. Windows color (decimal): -5387215 or 3263661. OLE color: 3263661.
HSL color Cylindrical-coordinate representation of color #ADCC31: hue angle of 72º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADCC31 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 49 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.2 |
| HSL | 72º | 0.61% | 0.5% | - |
| HSV(B) | 72º | 0.76% | 0.8% | - |
| XYZ | 39.38 | 52.29 | 10.92 | - |
| YUV | 177.06 | 55.73 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 49 | 0.15 | 0 | 0.76 | 0.2 | 72 | 0.61 | 0.5 |
| Hex | AD | CC | 31 | F | 0 | 4C | 14 | 48 | 3D | 32 |
| Octal | 255 | 314 | 61 | 17 | 0 | 114 | 24 | 110 | 75 | 62 |
| Binary | 10101101 | 11001100 | 110001 | 1111 | 0 | 1001100 | 10100 | 1001000 | 111101 | 110010 |
Color Harmonies of #ADCC31
Complementary color
Monochromatic Colors of #ADCC31
Black with #ADCC31
Text Example
Text Example
White with #ADCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC31; }
p { color: rgb(173,204,49); }
H1.HeaderClassName
{
color: #ADCC31;
}
.AnyTagClassName
{
color: #ADCC31;
}
</style>
background-color css
<style>
a { background-color: #ADCC31; }
a { background-color: rgb(173,204,49); }
div.DivClassName
{
background-color: #ADCC31;
}
.BgClassName
{
background-color: #ADCC31;
}
</style>
border-color css
<style>
span { border-color: #ADCC31; }
span { border-color: rgb(173,204,49); }
td.TdClassName
{
border-color: #ADCC31;
}
.TagClassName
{
border-color: #ADCC31;
}
</style>