Shades of Green Yellow #8AFF28
Tints of Green Yellow #8AFF28
RGB
CMYK
RGB Variations
Color information
#8AFF28 (or 0x8AFF28) is known color: Green Yellow. HEX triplet: 8A, FF and 28. RGB value is (138,255,40). Sum of RGB (Red+Green+Blue) = 138+255+40=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF28 is #7500D7. Grayscale: #C4C4C4. Windows color (decimal): -7667928 or 2686858. OLE color: 2686858.
HSL color Cylindrical-coordinate representation of color #8AFF28: hue angle of 92.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AFF28 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 40 | - |
| CMYK | 0.46 | 0 | 0.84 | 0 |
| HSL | 92.65º | 1% | 0.58% | - |
| HSV(B) | 92.65º | 0.84% | 1% | - |
| XYZ | 46.62 | 77.08 | 14.43 | - |
| YUV | 195.51 | 40.24 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 40 | 0.46 | 0 | 0.84 | 0 | 92.65 | 1 | 0.58 |
| Hex | 8A | FF | 28 | 2E | 0 | 54 | 0 | 5D | 64 | 3A |
| Octal | 212 | 377 | 50 | 56 | 0 | 124 | 0 | 135 | 144 | 72 |
| Binary | 10001010 | 11111111 | 101000 | 101110 | 0 | 1010100 | 0 | 1011101 | 1100100 | 111010 |
Color Harmonies of #8AFF28
Complementary color
Monochromatic Colors of #8AFF28
Black with #8AFF28
Text Example
Text Example
White with #8AFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF28; }
p { color: rgb(138,255,40); }
H1.HeaderClassName
{
color: #8AFF28;
}
.AnyTagClassName
{
color: #8AFF28;
}
</style>
background-color css
<style>
a { background-color: #8AFF28; }
a { background-color: rgb(138,255,40); }
div.DivClassName
{
background-color: #8AFF28;
}
.BgClassName
{
background-color: #8AFF28;
}
</style>
border-color css
<style>
span { border-color: #8AFF28; }
span { border-color: rgb(138,255,40); }
td.TdClassName
{
border-color: #8AFF28;
}
.TagClassName
{
border-color: #8AFF28;
}
</style>