Shades of Green Yellow #8AF549
Tints of Green Yellow #8AF549
RGB
CMYK
RGB Variations
Color information
#8AF549 (or 0x8AF549) is known color: Green Yellow. HEX triplet: 8A, F5 and 49. RGB value is (138,245,73). Sum of RGB (Red+Green+Blue) = 138+245+73=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF549 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF549 is #750AB6. Grayscale: #C1C1C1. Windows color (decimal): -7670455 or 4846986. OLE color: 4846986.
HSL color Cylindrical-coordinate representation of color #8AF549: hue angle of 97.33º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AF549 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 73 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.04 |
| HSL | 97.33º | 0.9% | 0.62% | - |
| HSV(B) | 97.33º | 0.7% | 0.96% | - |
| XYZ | 44.34 | 71.19 | 17.71 | - |
| YUV | 193.4 | 60.05 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 73 | 0.44 | 0 | 0.70 | 0.04 | 97.33 | 0.9 | 0.62 |
| Hex | 8A | F5 | 49 | 2C | 0 | 46 | 4 | 61 | 5A | 3E |
| Octal | 212 | 365 | 111 | 54 | 0 | 106 | 4 | 141 | 132 | 76 |
| Binary | 10001010 | 11110101 | 1001001 | 101100 | 0 | 1000110 | 100 | 1100001 | 1011010 | 111110 |
Color Harmonies of #8AF549
Complementary color
Monochromatic Colors of #8AF549
Black with #8AF549
Text Example
Text Example
White with #8AF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF549; }
p { color: rgb(138,245,73); }
H1.HeaderClassName
{
color: #8AF549;
}
.AnyTagClassName
{
color: #8AF549;
}
</style>
background-color css
<style>
a { background-color: #8AF549; }
a { background-color: rgb(138,245,73); }
div.DivClassName
{
background-color: #8AF549;
}
.BgClassName
{
background-color: #8AF549;
}
</style>
border-color css
<style>
span { border-color: #8AF549; }
span { border-color: rgb(138,245,73); }
td.TdClassName
{
border-color: #8AF549;
}
.TagClassName
{
border-color: #8AF549;
}
</style>