Shades of Green Yellow #A4FF2D
Tints of Green Yellow #A4FF2D
RGB
CMYK
RGB Variations
Color information
#A4FF2D (or 0xA4FF2D) is known color: Green Yellow. HEX triplet: A4, FF and 2D. RGB value is (164,255,45). Sum of RGB (Red+Green+Blue) = 164+255+45=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4FF2D is #5B00D2. Grayscale: #CCCCCC. Windows color (decimal): -5963987 or 3014564. OLE color: 3014564.
HSL color Cylindrical-coordinate representation of color #A4FF2D: hue angle of 86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4FF2D is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 45 | - |
| CMYK | 0.36 | 0 | 0.82 | 0 |
| HSL | 86º | 1% | 0.59% | - |
| HSV(B) | 86º | 0.82% | 1% | - |
| XYZ | 51.54 | 79.6 | 15.13 | - |
| YUV | 203.85 | 38.35 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 45 | 0.36 | 0 | 0.82 | 0 | 86 | 1 | 0.59 |
| Hex | A4 | FF | 2D | 24 | 0 | 52 | 0 | 56 | 64 | 3B |
| Octal | 244 | 377 | 55 | 44 | 0 | 122 | 0 | 126 | 144 | 73 |
| Binary | 10100100 | 11111111 | 101101 | 100100 | 0 | 1010010 | 0 | 1010110 | 1100100 | 111011 |
Color Harmonies of #A4FF2D
Complementary color
Monochromatic Colors of #A4FF2D
Black with #A4FF2D
Text Example
Text Example
White with #A4FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FF2D; }
p { color: rgb(164,255,45); }
H1.HeaderClassName
{
color: #A4FF2D;
}
.AnyTagClassName
{
color: #A4FF2D;
}
</style>
background-color css
<style>
a { background-color: #A4FF2D; }
a { background-color: rgb(164,255,45); }
div.DivClassName
{
background-color: #A4FF2D;
}
.BgClassName
{
background-color: #A4FF2D;
}
</style>
border-color css
<style>
span { border-color: #A4FF2D; }
span { border-color: rgb(164,255,45); }
td.TdClassName
{
border-color: #A4FF2D;
}
.TagClassName
{
border-color: #A4FF2D;
}
</style>