Shades of Green Yellow #8AFC3A
Tints of Green Yellow #8AFC3A
RGB
CMYK
RGB Variations
Color information
#8AFC3A (or 0x8AFC3A) is known color: Green Yellow. HEX triplet: 8A, FC and 3A. RGB value is (138,252,58). Sum of RGB (Red+Green+Blue) = 138+252+58=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFC3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFC3A is #7503C5. Grayscale: #C4C4C4. Windows color (decimal): -7668678 or 3865738. OLE color: 3865738.
HSL color Cylindrical-coordinate representation of color #8AFC3A: hue angle of 95.26º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AFC3A is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 252 | 58 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.01 |
| HSL | 95.26º | 0.97% | 0.61% | - |
| HSV(B) | 95.26º | 0.77% | 0.99% | - |
| XYZ | 46.06 | 75.33 | 16.12 | - |
| YUV | 195.8 | 50.23 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 252 | 58 | 0.45 | 0 | 0.77 | 0.01 | 95.26 | 0.97 | 0.61 |
| Hex | 8A | FC | 3A | 2D | 0 | 4D | 1 | 5F | 61 | 3D |
| Octal | 212 | 374 | 72 | 55 | 0 | 115 | 1 | 137 | 141 | 75 |
| Binary | 10001010 | 11111100 | 111010 | 101101 | 0 | 1001101 | 1 | 1011111 | 1100001 | 111101 |
Color Harmonies of #8AFC3A
Complementary color
Monochromatic Colors of #8AFC3A
Black with #8AFC3A
Text Example
Text Example
White with #8AFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFC3A; }
p { color: rgb(138,252,58); }
H1.HeaderClassName
{
color: #8AFC3A;
}
.AnyTagClassName
{
color: #8AFC3A;
}
</style>
background-color css
<style>
a { background-color: #8AFC3A; }
a { background-color: rgb(138,252,58); }
div.DivClassName
{
background-color: #8AFC3A;
}
.BgClassName
{
background-color: #8AFC3A;
}
</style>
border-color css
<style>
span { border-color: #8AFC3A; }
span { border-color: rgb(138,252,58); }
td.TdClassName
{
border-color: #8AFC3A;
}
.TagClassName
{
border-color: #8AFC3A;
}
</style>