Shades of Yellow Green #A3D128
Tints of Yellow Green #A3D128
RGB
CMYK
RGB Variations
Color information
#A3D128 (or 0xA3D128) is known color: Yellow Green. HEX triplet: A3, D1 and 28. RGB value is (163,209,40). Sum of RGB (Red+Green+Blue) = 163+209+40=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #A3D128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D128 is #5C2ED7. Grayscale: #B0B0B0. Windows color (decimal): -6041304 or 2675107. OLE color: 2675107.
HSL color Cylindrical-coordinate representation of color #A3D128: hue angle of 76.33º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A3D128 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 209 | 40 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.18 |
| HSL | 76.33º | 0.68% | 0.49% | - |
| HSV(B) | 76.33º | 0.81% | 0.82% | - |
| XYZ | 38.29 | 53.54 | 10.32 | - |
| YUV | 175.98 | 51.26 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 209 | 40 | 0.22 | 0 | 0.81 | 0.18 | 76.33 | 0.68 | 0.49 |
| Hex | A3 | D1 | 28 | 16 | 0 | 51 | 12 | 4C | 44 | 31 |
| Octal | 243 | 321 | 50 | 26 | 0 | 121 | 22 | 114 | 104 | 61 |
| Binary | 10100011 | 11010001 | 101000 | 10110 | 0 | 1010001 | 10010 | 1001100 | 1000100 | 110001 |
Color Harmonies of #A3D128
Complementary color
Monochromatic Colors of #A3D128
Black with #A3D128
Text Example
Text Example
White with #A3D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D128; }
p { color: rgb(163,209,40); }
H1.HeaderClassName
{
color: #A3D128;
}
.AnyTagClassName
{
color: #A3D128;
}
</style>
background-color css
<style>
a { background-color: #A3D128; }
a { background-color: rgb(163,209,40); }
div.DivClassName
{
background-color: #A3D128;
}
.BgClassName
{
background-color: #A3D128;
}
</style>
border-color css
<style>
span { border-color: #A3D128; }
span { border-color: rgb(163,209,40); }
td.TdClassName
{
border-color: #A3D128;
}
.TagClassName
{
border-color: #A3D128;
}
</style>