Shades of Yellow Green #ADCB2F
Tints of Yellow Green #ADCB2F
RGB
CMYK
RGB Variations
Color information
#ADCB2F (or 0xADCB2F) is known color: Yellow Green. HEX triplet: AD, CB and 2F. RGB value is (173,203,47). Sum of RGB (Red+Green+Blue) = 173+203+47=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB2F is #5234D0. Grayscale: #B0B0B0. Windows color (decimal): -5387473 or 3132333. OLE color: 3132333.
HSL color Cylindrical-coordinate representation of color #ADCB2F: hue angle of 71.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADCB2F is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 47 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.20 |
| HSL | 71.54º | 0.62% | 0.49% | - |
| HSV(B) | 71.54º | 0.77% | 0.8% | - |
| XYZ | 39.1 | 51.8 | 10.63 | - |
| YUV | 176.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 47 | 0.15 | 0 | 0.77 | 0.20 | 71.54 | 0.62 | 0.49 |
| Hex | AD | CB | 2F | F | 0 | 4D | 14 | 48 | 3E | 31 |
| Octal | 255 | 313 | 57 | 17 | 0 | 115 | 24 | 110 | 76 | 61 |
| Binary | 10101101 | 11001011 | 101111 | 1111 | 0 | 1001101 | 10100 | 1001000 | 111110 | 110001 |
Color Harmonies of #ADCB2F
Complementary color
Monochromatic Colors of #ADCB2F
Black with #ADCB2F
Text Example
Text Example
White with #ADCB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB2F; }
p { color: rgb(173,203,47); }
H1.HeaderClassName
{
color: #ADCB2F;
}
.AnyTagClassName
{
color: #ADCB2F;
}
</style>
background-color css
<style>
a { background-color: #ADCB2F; }
a { background-color: rgb(173,203,47); }
div.DivClassName
{
background-color: #ADCB2F;
}
.BgClassName
{
background-color: #ADCB2F;
}
</style>
border-color css
<style>
span { border-color: #ADCB2F; }
span { border-color: rgb(173,203,47); }
td.TdClassName
{
border-color: #ADCB2F;
}
.TagClassName
{
border-color: #ADCB2F;
}
</style>