Shades of Yellow Green #A8CC2E
Tints of Yellow Green #A8CC2E
RGB
CMYK
RGB Variations
Color information
#A8CC2E (or 0xA8CC2E) is known color: Yellow Green. HEX triplet: A8, CC and 2E. RGB value is (168,204,46). Sum of RGB (Red+Green+Blue) = 168+204+46=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC2E is #5733D1. Grayscale: #AFAFAF. Windows color (decimal): -5714898 or 3067048. OLE color: 3067048.
HSL color Cylindrical-coordinate representation of color #A8CC2E: hue angle of 73.67º degrees, saturation: 0.63, 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 #A8CC2E is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 46 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.2 |
| HSL | 73.67º | 0.63% | 0.49% | - |
| HSV(B) | 73.67º | 0.77% | 0.8% | - |
| XYZ | 38.23 | 51.71 | 10.55 | - |
| YUV | 175.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 46 | 0.18 | 0 | 0.77 | 0.2 | 73.67 | 0.63 | 0.49 |
| Hex | A8 | CC | 2E | 12 | 0 | 4D | 14 | 4A | 3F | 31 |
| Octal | 250 | 314 | 56 | 22 | 0 | 115 | 24 | 112 | 77 | 61 |
| Binary | 10101000 | 11001100 | 101110 | 10010 | 0 | 1001101 | 10100 | 1001010 | 111111 | 110001 |
Color Harmonies of #A8CC2E
Complementary color
Monochromatic Colors of #A8CC2E
Black with #A8CC2E
Text Example
Text Example
White with #A8CC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC2E; }
p { color: rgb(168,204,46); }
H1.HeaderClassName
{
color: #A8CC2E;
}
.AnyTagClassName
{
color: #A8CC2E;
}
</style>
background-color css
<style>
a { background-color: #A8CC2E; }
a { background-color: rgb(168,204,46); }
div.DivClassName
{
background-color: #A8CC2E;
}
.BgClassName
{
background-color: #A8CC2E;
}
</style>
border-color css
<style>
span { border-color: #A8CC2E; }
span { border-color: rgb(168,204,46); }
td.TdClassName
{
border-color: #A8CC2E;
}
.TagClassName
{
border-color: #A8CC2E;
}
</style>