Shades of Yellow Green #A6DA30
Tints of Yellow Green #A6DA30
RGB
CMYK
RGB Variations
Color information
#A6DA30 (or 0xA6DA30) is known color: Yellow Green. HEX triplet: A6, DA and 30. RGB value is (166,218,48). Sum of RGB (Red+Green+Blue) = 166+218+48=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA30 is #5925CF. Grayscale: #B7B7B7. Windows color (decimal): -5842384 or 3201702. OLE color: 3201702.
HSL color Cylindrical-coordinate representation of color #A6DA30: hue angle of 78.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6DA30 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 48 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.15 |
| HSL | 78.35º | 0.7% | 0.52% | - |
| HSV(B) | 78.35º | 0.78% | 0.85% | - |
| XYZ | 41.33 | 58.46 | 11.9 | - |
| YUV | 183.07 | 51.77 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 48 | 0.24 | 0 | 0.78 | 0.15 | 78.35 | 0.7 | 0.52 |
| Hex | A6 | DA | 30 | 18 | 0 | 4E | F | 4E | 46 | 34 |
| Octal | 246 | 332 | 60 | 30 | 0 | 116 | 17 | 116 | 106 | 64 |
| Binary | 10100110 | 11011010 | 110000 | 11000 | 0 | 1001110 | 1111 | 1001110 | 1000110 | 110100 |
Color Harmonies of #A6DA30
Complementary color
Monochromatic Colors of #A6DA30
Black with #A6DA30
Text Example
Text Example
White with #A6DA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA30; }
p { color: rgb(166,218,48); }
H1.HeaderClassName
{
color: #A6DA30;
}
.AnyTagClassName
{
color: #A6DA30;
}
</style>
background-color css
<style>
a { background-color: #A6DA30; }
a { background-color: rgb(166,218,48); }
div.DivClassName
{
background-color: #A6DA30;
}
.BgClassName
{
background-color: #A6DA30;
}
</style>
border-color css
<style>
span { border-color: #A6DA30; }
span { border-color: rgb(166,218,48); }
td.TdClassName
{
border-color: #A6DA30;
}
.TagClassName
{
border-color: #A6DA30;
}
</style>