Shades of Green Yellow #8AF93B
Tints of Green Yellow #8AF93B
RGB
CMYK
RGB Variations
Color information
#8AF93B (or 0x8AF93B) is known color: Green Yellow. HEX triplet: 8A, F9 and 3B. RGB value is (138,249,59). Sum of RGB (Red+Green+Blue) = 138+249+59=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF93B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF93B is #7506C4. Grayscale: #C2C2C2. Windows color (decimal): -7669445 or 3930506. OLE color: 3930506.
HSL color Cylindrical-coordinate representation of color #8AF93B: hue angle of 95.05º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AF93B is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 59 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.02 |
| HSL | 95.05º | 0.94% | 0.6% | - |
| HSV(B) | 95.05º | 0.76% | 0.98% | - |
| XYZ | 45.15 | 73.47 | 15.94 | - |
| YUV | 194.15 | 51.73 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 59 | 0.45 | 0 | 0.76 | 0.02 | 95.05 | 0.94 | 0.6 |
| Hex | 8A | F9 | 3B | 2D | 0 | 4C | 2 | 5F | 5E | 3C |
| Octal | 212 | 371 | 73 | 55 | 0 | 114 | 2 | 137 | 136 | 74 |
| Binary | 10001010 | 11111001 | 111011 | 101101 | 0 | 1001100 | 10 | 1011111 | 1011110 | 111100 |
Color Harmonies of #8AF93B
Complementary color
Monochromatic Colors of #8AF93B
Black with #8AF93B
Text Example
Text Example
White with #8AF93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF93B; }
p { color: rgb(138,249,59); }
H1.HeaderClassName
{
color: #8AF93B;
}
.AnyTagClassName
{
color: #8AF93B;
}
</style>
background-color css
<style>
a { background-color: #8AF93B; }
a { background-color: rgb(138,249,59); }
div.DivClassName
{
background-color: #8AF93B;
}
.BgClassName
{
background-color: #8AF93B;
}
</style>
border-color css
<style>
span { border-color: #8AF93B; }
span { border-color: rgb(138,249,59); }
td.TdClassName
{
border-color: #8AF93B;
}
.TagClassName
{
border-color: #8AF93B;
}
</style>