Shades of Green Yellow #8AFC36
Tints of Green Yellow #8AFC36
RGB
CMYK
RGB Variations
Color information
#8AFC36 (or 0x8AFC36) is known color: Green Yellow. HEX triplet: 8A, FC and 36. RGB value is (138,252,54). Sum of RGB (Red+Green+Blue) = 138+252+54=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFC36 is #7503C9. Grayscale: #C4C4C4. Windows color (decimal): -7668682 or 3603594. OLE color: 3603594.
HSL color Cylindrical-coordinate representation of color #8AFC36: hue angle of 94.55º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8AFC36 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 54 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.01 |
| HSL | 94.55º | 0.97% | 0.6% | - |
| HSV(B) | 94.55º | 0.79% | 0.99% | - |
| XYZ | 45.96 | 75.29 | 15.6 | - |
| YUV | 195.34 | 48.23 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 54 | 0.45 | 0 | 0.79 | 0.01 | 94.55 | 0.97 | 0.6 |
| Hex | 8A | FC | 36 | 2D | 0 | 4F | 1 | 5F | 61 | 3C |
| Octal | 212 | 374 | 66 | 55 | 0 | 117 | 1 | 137 | 141 | 74 |
| Binary | 10001010 | 11111100 | 110110 | 101101 | 0 | 1001111 | 1 | 1011111 | 1100001 | 111100 |
Color Harmonies of #8AFC36
Complementary color
Monochromatic Colors of #8AFC36
Black with #8AFC36
Text Example
Text Example
White with #8AFC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC36; }
p { color: rgb(138,252,54); }
H1.HeaderClassName
{
color: #8AFC36;
}
.AnyTagClassName
{
color: #8AFC36;
}
</style>
background-color css
<style>
a { background-color: #8AFC36; }
a { background-color: rgb(138,252,54); }
div.DivClassName
{
background-color: #8AFC36;
}
.BgClassName
{
background-color: #8AFC36;
}
</style>
border-color css
<style>
span { border-color: #8AFC36; }
span { border-color: rgb(138,252,54); }
td.TdClassName
{
border-color: #8AFC36;
}
.TagClassName
{
border-color: #8AFC36;
}
</style>