Shades of Green Yellow #8AF748
Tints of Green Yellow #8AF748
RGB
CMYK
RGB Variations
Color information
#8AF748 (or 0x8AF748) is known color: Green Yellow. HEX triplet: 8A, F7 and 48. RGB value is (138,247,72). Sum of RGB (Red+Green+Blue) = 138+247+72=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF748 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF748 is #7508B7. Grayscale: #C3C3C3. Windows color (decimal): -7669944 or 4781962. OLE color: 4781962.
HSL color Cylindrical-coordinate representation of color #8AF748: hue angle of 97.37º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AF748 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 72 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.03 |
| HSL | 97.37º | 0.92% | 0.63% | - |
| HSV(B) | 97.37º | 0.71% | 0.97% | - |
| XYZ | 44.91 | 72.39 | 17.74 | - |
| YUV | 194.46 | 58.89 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 72 | 0.44 | 0 | 0.71 | 0.03 | 97.37 | 0.92 | 0.63 |
| Hex | 8A | F7 | 48 | 2C | 0 | 47 | 3 | 61 | 5C | 3F |
| Octal | 212 | 367 | 110 | 54 | 0 | 107 | 3 | 141 | 134 | 77 |
| Binary | 10001010 | 11110111 | 1001000 | 101100 | 0 | 1000111 | 11 | 1100001 | 1011100 | 111111 |
Color Harmonies of #8AF748
Complementary color
Monochromatic Colors of #8AF748
Black with #8AF748
Text Example
Text Example
White with #8AF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF748; }
p { color: rgb(138,247,72); }
H1.HeaderClassName
{
color: #8AF748;
}
.AnyTagClassName
{
color: #8AF748;
}
</style>
background-color css
<style>
a { background-color: #8AF748; }
a { background-color: rgb(138,247,72); }
div.DivClassName
{
background-color: #8AF748;
}
.BgClassName
{
background-color: #8AF748;
}
</style>
border-color css
<style>
span { border-color: #8AF748; }
span { border-color: rgb(138,247,72); }
td.TdClassName
{
border-color: #8AF748;
}
.TagClassName
{
border-color: #8AF748;
}
</style>