Shades of Yellow Green #A3DC28
Tints of Yellow Green #A3DC28
RGB
CMYK
RGB Variations
Color information
#A3DC28 (or 0xA3DC28) is known color: Yellow Green. HEX triplet: A3, DC and 28. RGB value is (163,220,40). Sum of RGB (Red+Green+Blue) = 163+220+40=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DC28 is #5C23D7. Grayscale: #B7B7B7. Windows color (decimal): -6038488 or 2677923. OLE color: 2677923.
HSL color Cylindrical-coordinate representation of color #A3DC28: hue angle of 79º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3DC28 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 40 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.14 |
| HSL | 79º | 0.72% | 0.51% | - |
| HSV(B) | 79º | 0.82% | 0.86% | - |
| XYZ | 41.08 | 59.13 | 11.25 | - |
| YUV | 182.44 | 47.62 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 40 | 0.26 | 0 | 0.82 | 0.14 | 79 | 0.72 | 0.51 |
| Hex | A3 | DC | 28 | 1A | 0 | 52 | E | 4F | 48 | 33 |
| Octal | 243 | 334 | 50 | 32 | 0 | 122 | 16 | 117 | 110 | 63 |
| Binary | 10100011 | 11011100 | 101000 | 11010 | 0 | 1010010 | 1110 | 1001111 | 1001000 | 110011 |
Color Harmonies of #A3DC28
Complementary color
Monochromatic Colors of #A3DC28
Black with #A3DC28
Text Example
Text Example
White with #A3DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DC28; }
p { color: rgb(163,220,40); }
H1.HeaderClassName
{
color: #A3DC28;
}
.AnyTagClassName
{
color: #A3DC28;
}
</style>
background-color css
<style>
a { background-color: #A3DC28; }
a { background-color: rgb(163,220,40); }
div.DivClassName
{
background-color: #A3DC28;
}
.BgClassName
{
background-color: #A3DC28;
}
</style>
border-color css
<style>
span { border-color: #A3DC28; }
span { border-color: rgb(163,220,40); }
td.TdClassName
{
border-color: #A3DC28;
}
.TagClassName
{
border-color: #A3DC28;
}
</style>