Shades of Green Yellow #8AFC28
Tints of Green Yellow #8AFC28
RGB
CMYK
RGB Variations
Color information
#8AFC28 (or 0x8AFC28) is known color: Green Yellow. HEX triplet: 8A, FC and 28. RGB value is (138,252,40). Sum of RGB (Red+Green+Blue) = 138+252+40=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFC28 is #7503D7. Grayscale: #C2C2C2. Windows color (decimal): -7668696 or 2686090. OLE color: 2686090.
HSL color Cylindrical-coordinate representation of color #8AFC28: hue angle of 92.26º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AFC28 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 40 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.01 |
| HSL | 92.26º | 0.97% | 0.57% | - |
| HSV(B) | 92.26º | 0.84% | 0.99% | - |
| XYZ | 45.67 | 75.18 | 14.11 | - |
| YUV | 193.75 | 41.23 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 40 | 0.45 | 0 | 0.84 | 0.01 | 92.26 | 0.97 | 0.57 |
| Hex | 8A | FC | 28 | 2D | 0 | 54 | 1 | 5C | 61 | 39 |
| Octal | 212 | 374 | 50 | 55 | 0 | 124 | 1 | 134 | 141 | 71 |
| Binary | 10001010 | 11111100 | 101000 | 101101 | 0 | 1010100 | 1 | 1011100 | 1100001 | 111001 |
Color Harmonies of #8AFC28
Complementary color
Monochromatic Colors of #8AFC28
Black with #8AFC28
Text Example
Text Example
White with #8AFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC28; }
p { color: rgb(138,252,40); }
H1.HeaderClassName
{
color: #8AFC28;
}
.AnyTagClassName
{
color: #8AFC28;
}
</style>
background-color css
<style>
a { background-color: #8AFC28; }
a { background-color: rgb(138,252,40); }
div.DivClassName
{
background-color: #8AFC28;
}
.BgClassName
{
background-color: #8AFC28;
}
</style>
border-color css
<style>
span { border-color: #8AFC28; }
span { border-color: rgb(138,252,40); }
td.TdClassName
{
border-color: #8AFC28;
}
.TagClassName
{
border-color: #8AFC28;
}
</style>