Shades of Yellow Green #A8CD2E
Tints of Yellow Green #A8CD2E
RGB
CMYK
RGB Variations
Color information
#A8CD2E (or 0xA8CD2E) is known color: Yellow Green. HEX triplet: A8, CD and 2E. RGB value is (168,205,46). Sum of RGB (Red+Green+Blue) = 168+205+46=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD2E is #5732D1. Grayscale: #B0B0B0. Windows color (decimal): -5714642 or 3067304. OLE color: 3067304.
HSL color Cylindrical-coordinate representation of color #A8CD2E: hue angle of 73.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8CD2E is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 46 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.20 |
| HSL | 73.96º | 0.63% | 0.49% | - |
| HSV(B) | 73.96º | 0.78% | 0.8% | - |
| XYZ | 38.47 | 52.18 | 10.63 | - |
| YUV | 175.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 46 | 0.18 | 0 | 0.78 | 0.20 | 73.96 | 0.63 | 0.49 |
| Hex | A8 | CD | 2E | 12 | 0 | 4E | 14 | 4A | 3F | 31 |
| Octal | 250 | 315 | 56 | 22 | 0 | 116 | 24 | 112 | 77 | 61 |
| Binary | 10101000 | 11001101 | 101110 | 10010 | 0 | 1001110 | 10100 | 1001010 | 111111 | 110001 |
Color Harmonies of #A8CD2E
Complementary color
Monochromatic Colors of #A8CD2E
Black with #A8CD2E
Text Example
Text Example
White with #A8CD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD2E; }
p { color: rgb(168,205,46); }
H1.HeaderClassName
{
color: #A8CD2E;
}
.AnyTagClassName
{
color: #A8CD2E;
}
</style>
background-color css
<style>
a { background-color: #A8CD2E; }
a { background-color: rgb(168,205,46); }
div.DivClassName
{
background-color: #A8CD2E;
}
.BgClassName
{
background-color: #A8CD2E;
}
</style>
border-color css
<style>
span { border-color: #A8CD2E; }
span { border-color: rgb(168,205,46); }
td.TdClassName
{
border-color: #A8CD2E;
}
.TagClassName
{
border-color: #A8CD2E;
}
</style>