Shades of Yellow Green #ADCB34
Tints of Yellow Green #ADCB34
RGB
CMYK
RGB Variations
Color information
#ADCB34 (or 0xADCB34) is known color: Yellow Green. HEX triplet: AD, CB and 34. RGB value is (173,203,52). Sum of RGB (Red+Green+Blue) = 173+203+52=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB34 is #5234CB. Grayscale: #B1B1B1. Windows color (decimal): -5387468 or 3460013. OLE color: 3460013.
HSL color Cylindrical-coordinate representation of color #ADCB34: hue angle of 71.92º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADCB34 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 52 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.20 |
| HSL | 71.92º | 0.59% | 0.5% | - |
| HSV(B) | 71.92º | 0.74% | 0.8% | - |
| XYZ | 39.21 | 51.84 | 11.19 | - |
| YUV | 176.82 | 57.56 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 52 | 0.15 | 0 | 0.74 | 0.20 | 71.92 | 0.59 | 0.5 |
| Hex | AD | CB | 34 | F | 0 | 4A | 14 | 48 | 3B | 32 |
| Octal | 255 | 313 | 64 | 17 | 0 | 112 | 24 | 110 | 73 | 62 |
| Binary | 10101101 | 11001011 | 110100 | 1111 | 0 | 1001010 | 10100 | 1001000 | 111011 | 110010 |
Color Harmonies of #ADCB34
Complementary color
Monochromatic Colors of #ADCB34
Black with #ADCB34
Text Example
Text Example
White with #ADCB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB34; }
p { color: rgb(173,203,52); }
H1.HeaderClassName
{
color: #ADCB34;
}
.AnyTagClassName
{
color: #ADCB34;
}
</style>
background-color css
<style>
a { background-color: #ADCB34; }
a { background-color: rgb(173,203,52); }
div.DivClassName
{
background-color: #ADCB34;
}
.BgClassName
{
background-color: #ADCB34;
}
</style>
border-color css
<style>
span { border-color: #ADCB34; }
span { border-color: rgb(173,203,52); }
td.TdClassName
{
border-color: #ADCB34;
}
.TagClassName
{
border-color: #ADCB34;
}
</style>