Shades of Green Yellow #8AF54A
Tints of Green Yellow #8AF54A
RGB
CMYK
RGB Variations
Color information
#8AF54A (or 0x8AF54A) is known color: Green Yellow. HEX triplet: 8A, F5 and 4A. RGB value is (138,245,74). Sum of RGB (Red+Green+Blue) = 138+245+74=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF54A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF54A is #750AB5. Grayscale: #C2C2C2. Windows color (decimal): -7670454 or 4912522. OLE color: 4912522.
HSL color Cylindrical-coordinate representation of color #8AF54A: hue angle of 97.54º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AF54A is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 74 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.04 |
| HSL | 97.54º | 0.9% | 0.63% | - |
| HSV(B) | 97.54º | 0.7% | 0.96% | - |
| XYZ | 44.37 | 71.2 | 17.88 | - |
| YUV | 193.51 | 60.55 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 74 | 0.44 | 0 | 0.70 | 0.04 | 97.54 | 0.9 | 0.63 |
| Hex | 8A | F5 | 4A | 2C | 0 | 46 | 4 | 62 | 5A | 3F |
| Octal | 212 | 365 | 112 | 54 | 0 | 106 | 4 | 142 | 132 | 77 |
| Binary | 10001010 | 11110101 | 1001010 | 101100 | 0 | 1000110 | 100 | 1100010 | 1011010 | 111111 |
Color Harmonies of #8AF54A
Complementary color
Monochromatic Colors of #8AF54A
Black with #8AF54A
Text Example
Text Example
White with #8AF54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF54A; }
p { color: rgb(138,245,74); }
H1.HeaderClassName
{
color: #8AF54A;
}
.AnyTagClassName
{
color: #8AF54A;
}
</style>
background-color css
<style>
a { background-color: #8AF54A; }
a { background-color: rgb(138,245,74); }
div.DivClassName
{
background-color: #8AF54A;
}
.BgClassName
{
background-color: #8AF54A;
}
</style>
border-color css
<style>
span { border-color: #8AF54A; }
span { border-color: rgb(138,245,74); }
td.TdClassName
{
border-color: #8AF54A;
}
.TagClassName
{
border-color: #8AF54A;
}
</style>