Shades of Green Yellow #8AF127
Tints of Green Yellow #8AF127
RGB
CMYK
RGB Variations
Color information
#8AF127 (or 0x8AF127) is known color: Green Yellow. HEX triplet: 8A, F1 and 27. RGB value is (138,241,39). Sum of RGB (Red+Green+Blue) = 138+241+39=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF127 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF127 is #750ED8. Grayscale: #BBBBBB. Windows color (decimal): -7671513 or 2617738. OLE color: 2617738.
HSL color Cylindrical-coordinate representation of color #8AF127: hue angle of 90.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AF127 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 39 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.05 |
| HSL | 90.59º | 0.88% | 0.55% | - |
| HSV(B) | 90.59º | 0.84% | 0.95% | - |
| XYZ | 42.3 | 68.46 | 12.9 | - |
| YUV | 187.18 | 44.38 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 39 | 0.43 | 0 | 0.84 | 0.05 | 90.59 | 0.88 | 0.55 |
| Hex | 8A | F1 | 27 | 2B | 0 | 54 | 5 | 5B | 58 | 37 |
| Octal | 212 | 361 | 47 | 53 | 0 | 124 | 5 | 133 | 130 | 67 |
| Binary | 10001010 | 11110001 | 100111 | 101011 | 0 | 1010100 | 101 | 1011011 | 1011000 | 110111 |
Color Harmonies of #8AF127
Complementary color
Monochromatic Colors of #8AF127
Black with #8AF127
Text Example
Text Example
White with #8AF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF127; }
p { color: rgb(138,241,39); }
H1.HeaderClassName
{
color: #8AF127;
}
.AnyTagClassName
{
color: #8AF127;
}
</style>
background-color css
<style>
a { background-color: #8AF127; }
a { background-color: rgb(138,241,39); }
div.DivClassName
{
background-color: #8AF127;
}
.BgClassName
{
background-color: #8AF127;
}
</style>
border-color css
<style>
span { border-color: #8AF127; }
span { border-color: rgb(138,241,39); }
td.TdClassName
{
border-color: #8AF127;
}
.TagClassName
{
border-color: #8AF127;
}
</style>