Shades of Green Yellow #8AFF30
Tints of Green Yellow #8AFF30
RGB
CMYK
RGB Variations
Color information
#8AFF30 (or 0x8AFF30) is known color: Green Yellow. HEX triplet: 8A, FF and 30. RGB value is (138,255,48). Sum of RGB (Red+Green+Blue) = 138+255+48=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF30 is #7500CF. Grayscale: #C5C5C5. Windows color (decimal): -7667920 or 3211146. OLE color: 3211146.
HSL color Cylindrical-coordinate representation of color #8AFF30: hue angle of 93.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AFF30 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 48 | - |
| CMYK | 0.46 | 0 | 0.81 | 0 |
| HSL | 93.91º | 1% | 0.59% | - |
| HSV(B) | 93.91º | 0.81% | 1% | - |
| XYZ | 46.77 | 77.14 | 15.22 | - |
| YUV | 196.42 | 44.24 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 48 | 0.46 | 0 | 0.81 | 0 | 93.91 | 1 | 0.59 |
| Hex | 8A | FF | 30 | 2E | 0 | 51 | 0 | 5E | 64 | 3B |
| Octal | 212 | 377 | 60 | 56 | 0 | 121 | 0 | 136 | 144 | 73 |
| Binary | 10001010 | 11111111 | 110000 | 101110 | 0 | 1010001 | 0 | 1011110 | 1100100 | 111011 |
Color Harmonies of #8AFF30
Complementary color
Monochromatic Colors of #8AFF30
Black with #8AFF30
Text Example
Text Example
White with #8AFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF30; }
p { color: rgb(138,255,48); }
H1.HeaderClassName
{
color: #8AFF30;
}
.AnyTagClassName
{
color: #8AFF30;
}
</style>
background-color css
<style>
a { background-color: #8AFF30; }
a { background-color: rgb(138,255,48); }
div.DivClassName
{
background-color: #8AFF30;
}
.BgClassName
{
background-color: #8AFF30;
}
</style>
border-color css
<style>
span { border-color: #8AFF30; }
span { border-color: rgb(138,255,48); }
td.TdClassName
{
border-color: #8AFF30;
}
.TagClassName
{
border-color: #8AFF30;
}
</style>