Shades of Green Yellow #8AFF43
Tints of Green Yellow #8AFF43
RGB
CMYK
RGB Variations
Color information
#8AFF43 (or 0x8AFF43) is known color: Green Yellow. HEX triplet: 8A, FF and 43. RGB value is (138,255,67). Sum of RGB (Red+Green+Blue) = 138+255+67=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF43 is #7500BC. Grayscale: #C7C7C7. Windows color (decimal): -7667901 or 4456330. OLE color: 4456330.
HSL color Cylindrical-coordinate representation of color #8AFF43: hue angle of 97.34º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AFF43 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 67 | - |
| CMYK | 0.46 | 0 | 0.74 | 0 |
| HSL | 97.34º | 1% | 0.63% | - |
| HSV(B) | 97.34º | 0.74% | 1% | - |
| XYZ | 47.25 | 77.33 | 17.75 | - |
| YUV | 198.59 | 53.74 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 67 | 0.46 | 0 | 0.74 | 0 | 97.34 | 1 | 0.63 |
| Hex | 8A | FF | 43 | 2E | 0 | 4A | 0 | 61 | 64 | 3F |
| Octal | 212 | 377 | 103 | 56 | 0 | 112 | 0 | 141 | 144 | 77 |
| Binary | 10001010 | 11111111 | 1000011 | 101110 | 0 | 1001010 | 0 | 1100001 | 1100100 | 111111 |
Color Harmonies of #8AFF43
Complementary color
Monochromatic Colors of #8AFF43
Black with #8AFF43
Text Example
Text Example
White with #8AFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF43; }
p { color: rgb(138,255,67); }
H1.HeaderClassName
{
color: #8AFF43;
}
.AnyTagClassName
{
color: #8AFF43;
}
</style>
background-color css
<style>
a { background-color: #8AFF43; }
a { background-color: rgb(138,255,67); }
div.DivClassName
{
background-color: #8AFF43;
}
.BgClassName
{
background-color: #8AFF43;
}
</style>
border-color css
<style>
span { border-color: #8AFF43; }
span { border-color: rgb(138,255,67); }
td.TdClassName
{
border-color: #8AFF43;
}
.TagClassName
{
border-color: #8AFF43;
}
</style>