Shades of Green Yellow #8AF63A
Tints of Green Yellow #8AF63A
RGB
CMYK
RGB Variations
Color information
#8AF63A (or 0x8AF63A) is known color: Green Yellow. HEX triplet: 8A, F6 and 3A. RGB value is (138,246,58). Sum of RGB (Red+Green+Blue) = 138+246+58=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 246 (96.48% from 255 or 55.66% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF63A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF63A is #7509C5. Grayscale: #C0C0C0. Windows color (decimal): -7670214 or 3864202. OLE color: 3864202.
HSL color Cylindrical-coordinate representation of color #8AF63A: hue angle of 94.47º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AF63A is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 58 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.04 |
| HSL | 94.47º | 0.91% | 0.6% | - |
| HSV(B) | 94.47º | 0.76% | 0.96% | - |
| XYZ | 44.2 | 71.62 | 15.5 | - |
| YUV | 192.28 | 52.22 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 58 | 0.44 | 0 | 0.76 | 0.04 | 94.47 | 0.91 | 0.6 |
| Hex | 8A | F6 | 3A | 2C | 0 | 4C | 4 | 5E | 5B | 3C |
| Octal | 212 | 366 | 72 | 54 | 0 | 114 | 4 | 136 | 133 | 74 |
| Binary | 10001010 | 11110110 | 111010 | 101100 | 0 | 1001100 | 100 | 1011110 | 1011011 | 111100 |
Color Harmonies of #8AF63A
Complementary color
Monochromatic Colors of #8AF63A
Black with #8AF63A
Text Example
Text Example
White with #8AF63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF63A; }
p { color: rgb(138,246,58); }
H1.HeaderClassName
{
color: #8AF63A;
}
.AnyTagClassName
{
color: #8AF63A;
}
</style>
background-color css
<style>
a { background-color: #8AF63A; }
a { background-color: rgb(138,246,58); }
div.DivClassName
{
background-color: #8AF63A;
}
.BgClassName
{
background-color: #8AF63A;
}
</style>
border-color css
<style>
span { border-color: #8AF63A; }
span { border-color: rgb(138,246,58); }
td.TdClassName
{
border-color: #8AF63A;
}
.TagClassName
{
border-color: #8AF63A;
}
</style>