Shades of Green Yellow #A8FF2D
Tints of Green Yellow #A8FF2D
RGB
CMYK
RGB Variations
Color information
#A8FF2D (or 0xA8FF2D) is known color: Green Yellow. HEX triplet: A8, FF and 2D. RGB value is (168,255,45). Sum of RGB (Red+Green+Blue) = 168+255+45=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FF2D is #5700D2. Grayscale: #CDCDCD. Windows color (decimal): -5701843 or 3014568. OLE color: 3014568.
HSL color Cylindrical-coordinate representation of color #A8FF2D: hue angle of 84.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 #A8FF2D is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 45 | - |
| CMYK | 0.34 | 0 | 0.82 | 0 |
| HSL | 84.86º | 1% | 0.59% | - |
| HSV(B) | 84.86º | 0.82% | 1% | - |
| XYZ | 52.38 | 80.03 | 15.17 | - |
| YUV | 205.05 | 37.68 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 45 | 0.34 | 0 | 0.82 | 0 | 84.86 | 1 | 0.59 |
| Hex | A8 | FF | 2D | 22 | 0 | 52 | 0 | 55 | 64 | 3B |
| Octal | 250 | 377 | 55 | 42 | 0 | 122 | 0 | 125 | 144 | 73 |
| Binary | 10101000 | 11111111 | 101101 | 100010 | 0 | 1010010 | 0 | 1010101 | 1100100 | 111011 |
Color Harmonies of #A8FF2D
Complementary color
Monochromatic Colors of #A8FF2D
Black with #A8FF2D
Text Example
Text Example
White with #A8FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF2D; }
p { color: rgb(168,255,45); }
H1.HeaderClassName
{
color: #A8FF2D;
}
.AnyTagClassName
{
color: #A8FF2D;
}
</style>
background-color css
<style>
a { background-color: #A8FF2D; }
a { background-color: rgb(168,255,45); }
div.DivClassName
{
background-color: #A8FF2D;
}
.BgClassName
{
background-color: #A8FF2D;
}
</style>
border-color css
<style>
span { border-color: #A8FF2D; }
span { border-color: rgb(168,255,45); }
td.TdClassName
{
border-color: #A8FF2D;
}
.TagClassName
{
border-color: #A8FF2D;
}
</style>