Shades of Green Yellow #8AF83C
Tints of Green Yellow #8AF83C
RGB
CMYK
RGB Variations
Color information
#8AF83C (or 0x8AF83C) is known color: Green Yellow. HEX triplet: 8A, F8 and 3C. RGB value is (138,248,60). Sum of RGB (Red+Green+Blue) = 138+248+60=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF83C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF83C is #7507C3. Grayscale: #C2C2C2. Windows color (decimal): -7669700 or 3995786. OLE color: 3995786.
HSL color Cylindrical-coordinate representation of color #8AF83C: hue angle of 95.11º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AF83C is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 60 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.03 |
| HSL | 95.11º | 0.93% | 0.6% | - |
| HSV(B) | 95.11º | 0.76% | 0.97% | - |
| XYZ | 44.86 | 72.86 | 15.97 | - |
| YUV | 193.68 | 52.56 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 60 | 0.44 | 0 | 0.76 | 0.03 | 95.11 | 0.93 | 0.6 |
| Hex | 8A | F8 | 3C | 2C | 0 | 4C | 3 | 5F | 5D | 3C |
| Octal | 212 | 370 | 74 | 54 | 0 | 114 | 3 | 137 | 135 | 74 |
| Binary | 10001010 | 11111000 | 111100 | 101100 | 0 | 1001100 | 11 | 1011111 | 1011101 | 111100 |
Color Harmonies of #8AF83C
Complementary color
Monochromatic Colors of #8AF83C
Black with #8AF83C
Text Example
Text Example
White with #8AF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF83C; }
p { color: rgb(138,248,60); }
H1.HeaderClassName
{
color: #8AF83C;
}
.AnyTagClassName
{
color: #8AF83C;
}
</style>
background-color css
<style>
a { background-color: #8AF83C; }
a { background-color: rgb(138,248,60); }
div.DivClassName
{
background-color: #8AF83C;
}
.BgClassName
{
background-color: #8AF83C;
}
</style>
border-color css
<style>
span { border-color: #8AF83C; }
span { border-color: rgb(138,248,60); }
td.TdClassName
{
border-color: #8AF83C;
}
.TagClassName
{
border-color: #8AF83C;
}
</style>