Shades of Green Yellow #8AF72D
Tints of Green Yellow #8AF72D
RGB
CMYK
RGB Variations
Color information
#8AF72D (or 0x8AF72D) is known color: Green Yellow. HEX triplet: 8A, F7 and 2D. RGB value is (138,247,45). Sum of RGB (Red+Green+Blue) = 138+247+45=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 247 (96.88% from 255 or 57.44% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF72D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF72D is #7508D2. Grayscale: #C0C0C0. Windows color (decimal): -7669971 or 3012490. OLE color: 3012490.
HSL color Cylindrical-coordinate representation of color #8AF72D: hue angle of 92.38º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AF72D is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 45 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.03 |
| HSL | 92.38º | 0.93% | 0.57% | - |
| HSV(B) | 92.38º | 0.82% | 0.97% | - |
| XYZ | 44.22 | 72.11 | 14.07 | - |
| YUV | 191.38 | 45.39 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 45 | 0.44 | 0 | 0.82 | 0.03 | 92.38 | 0.93 | 0.57 |
| Hex | 8A | F7 | 2D | 2C | 0 | 52 | 3 | 5C | 5D | 39 |
| Octal | 212 | 367 | 55 | 54 | 0 | 122 | 3 | 134 | 135 | 71 |
| Binary | 10001010 | 11110111 | 101101 | 101100 | 0 | 1010010 | 11 | 1011100 | 1011101 | 111001 |
Color Harmonies of #8AF72D
Complementary color
Monochromatic Colors of #8AF72D
Black with #8AF72D
Text Example
Text Example
White with #8AF72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF72D; }
p { color: rgb(138,247,45); }
H1.HeaderClassName
{
color: #8AF72D;
}
.AnyTagClassName
{
color: #8AF72D;
}
</style>
background-color css
<style>
a { background-color: #8AF72D; }
a { background-color: rgb(138,247,45); }
div.DivClassName
{
background-color: #8AF72D;
}
.BgClassName
{
background-color: #8AF72D;
}
</style>
border-color css
<style>
span { border-color: #8AF72D; }
span { border-color: rgb(138,247,45); }
td.TdClassName
{
border-color: #8AF72D;
}
.TagClassName
{
border-color: #8AF72D;
}
</style>