Shades of Yellow Green #ADCE34
Tints of Yellow Green #ADCE34
RGB
CMYK
RGB Variations
Color information
#ADCE34 (or 0xADCE34) is known color: Yellow Green. HEX triplet: AD, CE and 34. RGB value is (173,206,52). Sum of RGB (Red+Green+Blue) = 173+206+52=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE34 is #5231CB. Grayscale: #B3B3B3. Windows color (decimal): -5386700 or 3460781. OLE color: 3460781.
HSL color Cylindrical-coordinate representation of color #ADCE34: hue angle of 72.86º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADCE34 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 52 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.19 |
| HSL | 72.86º | 0.61% | 0.51% | - |
| HSV(B) | 72.86º | 0.75% | 0.81% | - |
| XYZ | 39.92 | 53.27 | 11.43 | - |
| YUV | 178.58 | 56.57 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 52 | 0.16 | 0 | 0.75 | 0.19 | 72.86 | 0.61 | 0.51 |
| Hex | AD | CE | 34 | 10 | 0 | 4B | 13 | 49 | 3D | 33 |
| Octal | 255 | 316 | 64 | 20 | 0 | 113 | 23 | 111 | 75 | 63 |
| Binary | 10101101 | 11001110 | 110100 | 10000 | 0 | 1001011 | 10011 | 1001001 | 111101 | 110011 |
Color Harmonies of #ADCE34
Complementary color
Monochromatic Colors of #ADCE34
Black with #ADCE34
Text Example
Text Example
White with #ADCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE34; }
p { color: rgb(173,206,52); }
H1.HeaderClassName
{
color: #ADCE34;
}
.AnyTagClassName
{
color: #ADCE34;
}
</style>
background-color css
<style>
a { background-color: #ADCE34; }
a { background-color: rgb(173,206,52); }
div.DivClassName
{
background-color: #ADCE34;
}
.BgClassName
{
background-color: #ADCE34;
}
</style>
border-color css
<style>
span { border-color: #ADCE34; }
span { border-color: rgb(173,206,52); }
td.TdClassName
{
border-color: #ADCE34;
}
.TagClassName
{
border-color: #ADCE34;
}
</style>