Shades of Yellow Green #A6DB30
Tints of Yellow Green #A6DB30
RGB
CMYK
RGB Variations
Color information
#A6DB30 (or 0xA6DB30) is known color: Yellow Green. HEX triplet: A6, DB and 30. RGB value is (166,219,48). Sum of RGB (Red+Green+Blue) = 166+219+48=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB30 is #5924CF. Grayscale: #B8B8B8. Windows color (decimal): -5842128 or 3201958. OLE color: 3201958.
HSL color Cylindrical-coordinate representation of color #A6DB30: hue angle of 78.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6DB30 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 48 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.14 |
| HSL | 78.6º | 0.7% | 0.52% | - |
| HSV(B) | 78.6º | 0.78% | 0.86% | - |
| XYZ | 41.59 | 58.98 | 11.99 | - |
| YUV | 183.66 | 51.44 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 48 | 0.24 | 0 | 0.78 | 0.14 | 78.6 | 0.7 | 0.52 |
| Hex | A6 | DB | 30 | 18 | 0 | 4E | E | 4F | 46 | 34 |
| Octal | 246 | 333 | 60 | 30 | 0 | 116 | 16 | 117 | 106 | 64 |
| Binary | 10100110 | 11011011 | 110000 | 11000 | 0 | 1001110 | 1110 | 1001111 | 1000110 | 110100 |
Color Harmonies of #A6DB30
Complementary color
Monochromatic Colors of #A6DB30
Black with #A6DB30
Text Example
Text Example
White with #A6DB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB30; }
p { color: rgb(166,219,48); }
H1.HeaderClassName
{
color: #A6DB30;
}
.AnyTagClassName
{
color: #A6DB30;
}
</style>
background-color css
<style>
a { background-color: #A6DB30; }
a { background-color: rgb(166,219,48); }
div.DivClassName
{
background-color: #A6DB30;
}
.BgClassName
{
background-color: #A6DB30;
}
</style>
border-color css
<style>
span { border-color: #A6DB30; }
span { border-color: rgb(166,219,48); }
td.TdClassName
{
border-color: #A6DB30;
}
.TagClassName
{
border-color: #A6DB30;
}
</style>