Shades of Green Yellow #8AFD2C
Tints of Green Yellow #8AFD2C
RGB
CMYK
RGB Variations
Color information
#8AFD2C (or 0x8AFD2C) is known color: Green Yellow. HEX triplet: 8A, FD and 2C. RGB value is (138,253,44). Sum of RGB (Red+Green+Blue) = 138+253+44=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 253 (99.22% from 255 or 58.16% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFD2C is #7502D3. Grayscale: #C3C3C3. Windows color (decimal): -7668436 or 2948490. OLE color: 2948490.
HSL color Cylindrical-coordinate representation of color #8AFD2C: hue angle of 93.01º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AFD2C is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 44 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.01 |
| HSL | 93.01º | 0.98% | 0.58% | - |
| HSV(B) | 93.01º | 0.83% | 0.99% | - |
| XYZ | 46.06 | 75.84 | 14.59 | - |
| YUV | 194.79 | 42.9 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 44 | 0.45 | 0 | 0.83 | 0.01 | 93.01 | 0.98 | 0.58 |
| Hex | 8A | FD | 2C | 2D | 0 | 53 | 1 | 5D | 62 | 3A |
| Octal | 212 | 375 | 54 | 55 | 0 | 123 | 1 | 135 | 142 | 72 |
| Binary | 10001010 | 11111101 | 101100 | 101101 | 0 | 1010011 | 1 | 1011101 | 1100010 | 111010 |
Color Harmonies of #8AFD2C
Complementary color
Monochromatic Colors of #8AFD2C
Black with #8AFD2C
Text Example
Text Example
White with #8AFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFD2C; }
p { color: rgb(138,253,44); }
H1.HeaderClassName
{
color: #8AFD2C;
}
.AnyTagClassName
{
color: #8AFD2C;
}
</style>
background-color css
<style>
a { background-color: #8AFD2C; }
a { background-color: rgb(138,253,44); }
div.DivClassName
{
background-color: #8AFD2C;
}
.BgClassName
{
background-color: #8AFD2C;
}
</style>
border-color css
<style>
span { border-color: #8AFD2C; }
span { border-color: rgb(138,253,44); }
td.TdClassName
{
border-color: #8AFD2C;
}
.TagClassName
{
border-color: #8AFD2C;
}
</style>