Shades of Yellow Green #A8D12F
Tints of Yellow Green #A8D12F
RGB
CMYK
RGB Variations
Color information
#A8D12F (or 0xA8D12F) is known color: Yellow Green. HEX triplet: A8, D1 and 2F. RGB value is (168,209,47). Sum of RGB (Red+Green+Blue) = 168+209+47=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D12F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D12F is #572ED0. Grayscale: #B2B2B2. Windows color (decimal): -5713617 or 3133864. OLE color: 3133864.
HSL color Cylindrical-coordinate representation of color #A8D12F: hue angle of 75.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8D12F is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 47 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.18 |
| HSL | 75.19º | 0.64% | 0.5% | - |
| HSV(B) | 75.19º | 0.78% | 0.82% | - |
| XYZ | 39.46 | 54.13 | 11.06 | - |
| YUV | 178.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 47 | 0.20 | 0 | 0.78 | 0.18 | 75.19 | 0.64 | 0.5 |
| Hex | A8 | D1 | 2F | 14 | 0 | 4E | 12 | 4B | 40 | 32 |
| Octal | 250 | 321 | 57 | 24 | 0 | 116 | 22 | 113 | 100 | 62 |
| Binary | 10101000 | 11010001 | 101111 | 10100 | 0 | 1001110 | 10010 | 1001011 | 1000000 | 110010 |
Color Harmonies of #A8D12F
Complementary color
Monochromatic Colors of #A8D12F
Black with #A8D12F
Text Example
Text Example
White with #A8D12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D12F; }
p { color: rgb(168,209,47); }
H1.HeaderClassName
{
color: #A8D12F;
}
.AnyTagClassName
{
color: #A8D12F;
}
</style>
background-color css
<style>
a { background-color: #A8D12F; }
a { background-color: rgb(168,209,47); }
div.DivClassName
{
background-color: #A8D12F;
}
.BgClassName
{
background-color: #A8D12F;
}
</style>
border-color css
<style>
span { border-color: #A8D12F; }
span { border-color: rgb(168,209,47); }
td.TdClassName
{
border-color: #A8D12F;
}
.TagClassName
{
border-color: #A8D12F;
}
</style>