Shades of Green Yellow #8AF945
Tints of Green Yellow #8AF945
RGB
CMYK
RGB Variations
Color information
#8AF945 (or 0x8AF945) is known color: Green Yellow. HEX triplet: 8A, F9 and 45. RGB value is (138,249,69). Sum of RGB (Red+Green+Blue) = 138+249+69=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF945 is #7506BA. Grayscale: #C3C3C3. Windows color (decimal): -7669435 or 4585866. OLE color: 4585866.
HSL color Cylindrical-coordinate representation of color #8AF945: hue angle of 97º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AF945 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 69 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.02 |
| HSL | 97º | 0.94% | 0.62% | - |
| HSV(B) | 97º | 0.72% | 0.98% | - |
| XYZ | 45.43 | 73.58 | 17.44 | - |
| YUV | 195.29 | 56.73 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 69 | 0.45 | 0 | 0.72 | 0.02 | 97 | 0.94 | 0.62 |
| Hex | 8A | F9 | 45 | 2D | 0 | 48 | 2 | 61 | 5E | 3E |
| Octal | 212 | 371 | 105 | 55 | 0 | 110 | 2 | 141 | 136 | 76 |
| Binary | 10001010 | 11111001 | 1000101 | 101101 | 0 | 1001000 | 10 | 1100001 | 1011110 | 111110 |
Color Harmonies of #8AF945
Complementary color
Monochromatic Colors of #8AF945
Black with #8AF945
Text Example
Text Example
White with #8AF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF945; }
p { color: rgb(138,249,69); }
H1.HeaderClassName
{
color: #8AF945;
}
.AnyTagClassName
{
color: #8AF945;
}
</style>
background-color css
<style>
a { background-color: #8AF945; }
a { background-color: rgb(138,249,69); }
div.DivClassName
{
background-color: #8AF945;
}
.BgClassName
{
background-color: #8AF945;
}
</style>
border-color css
<style>
span { border-color: #8AF945; }
span { border-color: rgb(138,249,69); }
td.TdClassName
{
border-color: #8AF945;
}
.TagClassName
{
border-color: #8AF945;
}
</style>