Shades of Green Yellow #8AF738
Tints of Green Yellow #8AF738
RGB
CMYK
RGB Variations
Color information
#8AF738 (or 0x8AF738) is known color: Green Yellow. HEX triplet: 8A, F7 and 38. RGB value is (138,247,56). Sum of RGB (Red+Green+Blue) = 138+247+56=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF738 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF738 is #7508C7. Grayscale: #C1C1C1. Windows color (decimal): -7669960 or 3733386. OLE color: 3733386.
HSL color Cylindrical-coordinate representation of color #8AF738: hue angle of 94.24º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AF738 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 56 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.03 |
| HSL | 94.24º | 0.92% | 0.59% | - |
| HSV(B) | 94.24º | 0.77% | 0.97% | - |
| XYZ | 44.46 | 72.21 | 15.34 | - |
| YUV | 192.64 | 50.89 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 56 | 0.44 | 0 | 0.77 | 0.03 | 94.24 | 0.92 | 0.59 |
| Hex | 8A | F7 | 38 | 2C | 0 | 4D | 3 | 5E | 5C | 3B |
| Octal | 212 | 367 | 70 | 54 | 0 | 115 | 3 | 136 | 134 | 73 |
| Binary | 10001010 | 11110111 | 111000 | 101100 | 0 | 1001101 | 11 | 1011110 | 1011100 | 111011 |
Color Harmonies of #8AF738
Complementary color
Monochromatic Colors of #8AF738
Black with #8AF738
Text Example
Text Example
White with #8AF738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF738; }
p { color: rgb(138,247,56); }
H1.HeaderClassName
{
color: #8AF738;
}
.AnyTagClassName
{
color: #8AF738;
}
</style>
background-color css
<style>
a { background-color: #8AF738; }
a { background-color: rgb(138,247,56); }
div.DivClassName
{
background-color: #8AF738;
}
.BgClassName
{
background-color: #8AF738;
}
</style>
border-color css
<style>
span { border-color: #8AF738; }
span { border-color: rgb(138,247,56); }
td.TdClassName
{
border-color: #8AF738;
}
.TagClassName
{
border-color: #8AF738;
}
</style>