Shades of Yellow Green #A8CD2C
Tints of Yellow Green #A8CD2C
RGB
CMYK
RGB Variations
Color information
#A8CD2C (or 0xA8CD2C) is known color: Yellow Green. HEX triplet: A8, CD and 2C. RGB value is (168,205,44). Sum of RGB (Red+Green+Blue) = 168+205+44=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD2C is #5732D3. Grayscale: #B0B0B0. Windows color (decimal): -5714644 or 2936232. OLE color: 2936232.
HSL color Cylindrical-coordinate representation of color #A8CD2C: hue angle of 73.79º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8CD2C is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 44 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.20 |
| HSL | 73.79º | 0.65% | 0.49% | - |
| HSV(B) | 73.79º | 0.79% | 0.8% | - |
| XYZ | 38.43 | 52.17 | 10.43 | - |
| YUV | 175.58 | 53.74 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 44 | 0.18 | 0 | 0.79 | 0.20 | 73.79 | 0.65 | 0.49 |
| Hex | A8 | CD | 2C | 12 | 0 | 4F | 14 | 4A | 41 | 31 |
| Octal | 250 | 315 | 54 | 22 | 0 | 117 | 24 | 112 | 101 | 61 |
| Binary | 10101000 | 11001101 | 101100 | 10010 | 0 | 1001111 | 10100 | 1001010 | 1000001 | 110001 |
Color Harmonies of #A8CD2C
Complementary color
Monochromatic Colors of #A8CD2C
Black with #A8CD2C
Text Example
Text Example
White with #A8CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD2C; }
p { color: rgb(168,205,44); }
H1.HeaderClassName
{
color: #A8CD2C;
}
.AnyTagClassName
{
color: #A8CD2C;
}
</style>
background-color css
<style>
a { background-color: #A8CD2C; }
a { background-color: rgb(168,205,44); }
div.DivClassName
{
background-color: #A8CD2C;
}
.BgClassName
{
background-color: #A8CD2C;
}
</style>
border-color css
<style>
span { border-color: #A8CD2C; }
span { border-color: rgb(168,205,44); }
td.TdClassName
{
border-color: #A8CD2C;
}
.TagClassName
{
border-color: #A8CD2C;
}
</style>