Shades of Yellow Green #A7D631
Tints of Yellow Green #A7D631
RGB
CMYK
RGB Variations
Color information
#A7D631 (or 0xA7D631) is known color: Yellow Green. HEX triplet: A7, D6 and 31. RGB value is (167,214,49). Sum of RGB (Red+Green+Blue) = 167+214+49=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D631 is #5829CE. Grayscale: #B5B5B5. Windows color (decimal): -5777871 or 3266215. OLE color: 3266215.
HSL color Cylindrical-coordinate representation of color #A7D631: hue angle of 77.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7D631 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 49 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.16 |
| HSL | 77.09º | 0.67% | 0.52% | - |
| HSV(B) | 77.09º | 0.77% | 0.84% | - |
| XYZ | 40.54 | 56.53 | 11.68 | - |
| YUV | 181.14 | 53.43 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 49 | 0.22 | 0 | 0.77 | 0.16 | 77.09 | 0.67 | 0.52 |
| Hex | A7 | D6 | 31 | 16 | 0 | 4D | 10 | 4D | 43 | 34 |
| Octal | 247 | 326 | 61 | 26 | 0 | 115 | 20 | 115 | 103 | 64 |
| Binary | 10100111 | 11010110 | 110001 | 10110 | 0 | 1001101 | 10000 | 1001101 | 1000011 | 110100 |
Color Harmonies of #A7D631
Complementary color
Monochromatic Colors of #A7D631
Black with #A7D631
Text Example
Text Example
White with #A7D631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D631; }
p { color: rgb(167,214,49); }
H1.HeaderClassName
{
color: #A7D631;
}
.AnyTagClassName
{
color: #A7D631;
}
</style>
background-color css
<style>
a { background-color: #A7D631; }
a { background-color: rgb(167,214,49); }
div.DivClassName
{
background-color: #A7D631;
}
.BgClassName
{
background-color: #A7D631;
}
</style>
border-color css
<style>
span { border-color: #A7D631; }
span { border-color: rgb(167,214,49); }
td.TdClassName
{
border-color: #A7D631;
}
.TagClassName
{
border-color: #A7D631;
}
</style>