Shades of Yellow Green #A6DD2D
Tints of Yellow Green #A6DD2D
RGB
CMYK
RGB Variations
Color information
#A6DD2D (or 0xA6DD2D) is known color: Yellow Green. HEX triplet: A6, DD and 2D. RGB value is (166,221,45). Sum of RGB (Red+Green+Blue) = 166+221+45=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD2D is #5922D2. Grayscale: #B9B9B9. Windows color (decimal): -5841619 or 3005862. OLE color: 3005862.
HSL color Cylindrical-coordinate representation of color #A6DD2D: hue angle of 78.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6DD2D is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 45 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.13 |
| HSL | 78.75º | 0.72% | 0.52% | - |
| HSV(B) | 78.75º | 0.8% | 0.87% | - |
| XYZ | 42.06 | 60.01 | 11.85 | - |
| YUV | 184.49 | 49.28 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 45 | 0.25 | 0 | 0.80 | 0.13 | 78.75 | 0.72 | 0.52 |
| Hex | A6 | DD | 2D | 19 | 0 | 50 | D | 4F | 48 | 34 |
| Octal | 246 | 335 | 55 | 31 | 0 | 120 | 15 | 117 | 110 | 64 |
| Binary | 10100110 | 11011101 | 101101 | 11001 | 0 | 1010000 | 1101 | 1001111 | 1001000 | 110100 |
Color Harmonies of #A6DD2D
Complementary color
Monochromatic Colors of #A6DD2D
Black with #A6DD2D
Text Example
Text Example
White with #A6DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD2D; }
p { color: rgb(166,221,45); }
H1.HeaderClassName
{
color: #A6DD2D;
}
.AnyTagClassName
{
color: #A6DD2D;
}
</style>
background-color css
<style>
a { background-color: #A6DD2D; }
a { background-color: rgb(166,221,45); }
div.DivClassName
{
background-color: #A6DD2D;
}
.BgClassName
{
background-color: #A6DD2D;
}
</style>
border-color css
<style>
span { border-color: #A6DD2D; }
span { border-color: rgb(166,221,45); }
td.TdClassName
{
border-color: #A6DD2D;
}
.TagClassName
{
border-color: #A6DD2D;
}
</style>