Shades of Yellow Green #A7CD2D
Tints of Yellow Green #A7CD2D
RGB
CMYK
RGB Variations
Color information
#A7CD2D (or 0xA7CD2D) is known color: Yellow Green. HEX triplet: A7, CD and 2D. RGB value is (167,205,45). Sum of RGB (Red+Green+Blue) = 167+205+45=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CD2D is #5832D2. Grayscale: #AFAFAF. Windows color (decimal): -5780179 or 3001767. OLE color: 3001767.
HSL color Cylindrical-coordinate representation of color #A7CD2D: hue angle of 74.25º degrees, saturation: 0.64, 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 #A7CD2D is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 205 | 45 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.20 |
| HSL | 74.25º | 0.64% | 0.49% | - |
| HSV(B) | 74.25º | 0.78% | 0.8% | - |
| XYZ | 38.24 | 52.07 | 10.52 | - |
| YUV | 175.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 205 | 45 | 0.19 | 0 | 0.78 | 0.20 | 74.25 | 0.64 | 0.49 |
| Hex | A7 | CD | 2D | 13 | 0 | 4E | 14 | 4A | 40 | 31 |
| Octal | 247 | 315 | 55 | 23 | 0 | 116 | 24 | 112 | 100 | 61 |
| Binary | 10100111 | 11001101 | 101101 | 10011 | 0 | 1001110 | 10100 | 1001010 | 1000000 | 110001 |
Color Harmonies of #A7CD2D
Complementary color
Monochromatic Colors of #A7CD2D
Black with #A7CD2D
Text Example
Text Example
White with #A7CD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CD2D; }
p { color: rgb(167,205,45); }
H1.HeaderClassName
{
color: #A7CD2D;
}
.AnyTagClassName
{
color: #A7CD2D;
}
</style>
background-color css
<style>
a { background-color: #A7CD2D; }
a { background-color: rgb(167,205,45); }
div.DivClassName
{
background-color: #A7CD2D;
}
.BgClassName
{
background-color: #A7CD2D;
}
</style>
border-color css
<style>
span { border-color: #A7CD2D; }
span { border-color: rgb(167,205,45); }
td.TdClassName
{
border-color: #A7CD2D;
}
.TagClassName
{
border-color: #A7CD2D;
}
</style>