Shades of Green Yellow #8AFC2D
Tints of Green Yellow #8AFC2D
RGB
CMYK
RGB Variations
Color information
#8AFC2D (or 0x8AFC2D) is known color: Green Yellow. HEX triplet: 8A, FC and 2D. RGB value is (138,252,45). Sum of RGB (Red+Green+Blue) = 138+252+45=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFC2D is #7503D2. Grayscale: #C3C3C3. Windows color (decimal): -7668691 or 3013770. OLE color: 3013770.
HSL color Cylindrical-coordinate representation of color #8AFC2D: hue angle of 93.04º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AFC2D is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 45 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.01 |
| HSL | 93.04º | 0.97% | 0.58% | - |
| HSV(B) | 93.04º | 0.82% | 0.99% | - |
| XYZ | 45.77 | 75.21 | 14.59 | - |
| YUV | 194.32 | 43.73 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 45 | 0.45 | 0 | 0.82 | 0.01 | 93.04 | 0.97 | 0.58 |
| Hex | 8A | FC | 2D | 2D | 0 | 52 | 1 | 5D | 61 | 3A |
| Octal | 212 | 374 | 55 | 55 | 0 | 122 | 1 | 135 | 141 | 72 |
| Binary | 10001010 | 11111100 | 101101 | 101101 | 0 | 1010010 | 1 | 1011101 | 1100001 | 111010 |
Color Harmonies of #8AFC2D
Complementary color
Monochromatic Colors of #8AFC2D
Black with #8AFC2D
Text Example
Text Example
White with #8AFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC2D; }
p { color: rgb(138,252,45); }
H1.HeaderClassName
{
color: #8AFC2D;
}
.AnyTagClassName
{
color: #8AFC2D;
}
</style>
background-color css
<style>
a { background-color: #8AFC2D; }
a { background-color: rgb(138,252,45); }
div.DivClassName
{
background-color: #8AFC2D;
}
.BgClassName
{
background-color: #8AFC2D;
}
</style>
border-color css
<style>
span { border-color: #8AFC2D; }
span { border-color: rgb(138,252,45); }
td.TdClassName
{
border-color: #8AFC2D;
}
.TagClassName
{
border-color: #8AFC2D;
}
</style>