Shades of Green Yellow #8AF238
Tints of Green Yellow #8AF238
RGB
CMYK
RGB Variations
Color information
#8AF238 (or 0x8AF238) is known color: Green Yellow. HEX triplet: 8A, F2 and 38. RGB value is (138,242,56). Sum of RGB (Red+Green+Blue) = 138+242+56=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF238 is #750DC7. Grayscale: #BEBEBE. Windows color (decimal): -7671240 or 3732106. OLE color: 3732106.
HSL color Cylindrical-coordinate representation of color #8AF238: hue angle of 93.55º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AF238 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 56 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.05 |
| HSL | 93.55º | 0.88% | 0.58% | - |
| HSV(B) | 93.55º | 0.77% | 0.95% | - |
| XYZ | 42.95 | 69.19 | 14.83 | - |
| YUV | 189.7 | 52.54 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 56 | 0.43 | 0 | 0.77 | 0.05 | 93.55 | 0.88 | 0.58 |
| Hex | 8A | F2 | 38 | 2B | 0 | 4D | 5 | 5E | 58 | 3A |
| Octal | 212 | 362 | 70 | 53 | 0 | 115 | 5 | 136 | 130 | 72 |
| Binary | 10001010 | 11110010 | 111000 | 101011 | 0 | 1001101 | 101 | 1011110 | 1011000 | 111010 |
Color Harmonies of #8AF238
Complementary color
Monochromatic Colors of #8AF238
Black with #8AF238
Text Example
Text Example
White with #8AF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF238; }
p { color: rgb(138,242,56); }
H1.HeaderClassName
{
color: #8AF238;
}
.AnyTagClassName
{
color: #8AF238;
}
</style>
background-color css
<style>
a { background-color: #8AF238; }
a { background-color: rgb(138,242,56); }
div.DivClassName
{
background-color: #8AF238;
}
.BgClassName
{
background-color: #8AF238;
}
</style>
border-color css
<style>
span { border-color: #8AF238; }
span { border-color: rgb(138,242,56); }
td.TdClassName
{
border-color: #8AF238;
}
.TagClassName
{
border-color: #8AF238;
}
</style>