Shades of Green Yellow #8AF528
Tints of Green Yellow #8AF528
RGB
CMYK
RGB Variations
Color information
#8AF528 (or 0x8AF528) is known color: Green Yellow. HEX triplet: 8A, F5 and 28. RGB value is (138,245,40). Sum of RGB (Red+Green+Blue) = 138+245+40=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF528 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF528 is #750AD7. Grayscale: #BEBEBE. Windows color (decimal): -7670488 or 2684298. OLE color: 2684298.
HSL color Cylindrical-coordinate representation of color #8AF528: hue angle of 91.32º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AF528 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 40 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.04 |
| HSL | 91.32º | 0.91% | 0.56% | - |
| HSV(B) | 91.32º | 0.84% | 0.96% | - |
| XYZ | 43.52 | 70.86 | 13.39 | - |
| YUV | 189.64 | 43.55 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 40 | 0.44 | 0 | 0.84 | 0.04 | 91.32 | 0.91 | 0.56 |
| Hex | 8A | F5 | 28 | 2C | 0 | 54 | 4 | 5B | 5B | 38 |
| Octal | 212 | 365 | 50 | 54 | 0 | 124 | 4 | 133 | 133 | 70 |
| Binary | 10001010 | 11110101 | 101000 | 101100 | 0 | 1010100 | 100 | 1011011 | 1011011 | 111000 |
Color Harmonies of #8AF528
Complementary color
Monochromatic Colors of #8AF528
Black with #8AF528
Text Example
Text Example
White with #8AF528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF528; }
p { color: rgb(138,245,40); }
H1.HeaderClassName
{
color: #8AF528;
}
.AnyTagClassName
{
color: #8AF528;
}
</style>
background-color css
<style>
a { background-color: #8AF528; }
a { background-color: rgb(138,245,40); }
div.DivClassName
{
background-color: #8AF528;
}
.BgClassName
{
background-color: #8AF528;
}
</style>
border-color css
<style>
span { border-color: #8AF528; }
span { border-color: rgb(138,245,40); }
td.TdClassName
{
border-color: #8AF528;
}
.TagClassName
{
border-color: #8AF528;
}
</style>