Shades of Green Yellow #8AF341
Tints of Green Yellow #8AF341
RGB
CMYK
RGB Variations
Color information
#8AF341 (or 0x8AF341) is known color: Green Yellow. HEX triplet: 8A, F3 and 41. RGB value is (138,243,65). Sum of RGB (Red+Green+Blue) = 138+243+65=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF341 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF341 is #750CBE. Grayscale: #BFBFBF. Windows color (decimal): -7670975 or 4322186. OLE color: 4322186.
HSL color Cylindrical-coordinate representation of color #8AF341: hue angle of 95.39º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AF341 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 65 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.05 |
| HSL | 95.39º | 0.88% | 0.6% | - |
| HSV(B) | 95.39º | 0.73% | 0.95% | - |
| XYZ | 43.49 | 69.89 | 16.2 | - |
| YUV | 191.31 | 56.71 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 65 | 0.43 | 0 | 0.73 | 0.05 | 95.39 | 0.88 | 0.6 |
| Hex | 8A | F3 | 41 | 2B | 0 | 49 | 5 | 5F | 58 | 3C |
| Octal | 212 | 363 | 101 | 53 | 0 | 111 | 5 | 137 | 130 | 74 |
| Binary | 10001010 | 11110011 | 1000001 | 101011 | 0 | 1001001 | 101 | 1011111 | 1011000 | 111100 |
Color Harmonies of #8AF341
Complementary color
Monochromatic Colors of #8AF341
Black with #8AF341
Text Example
Text Example
White with #8AF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF341; }
p { color: rgb(138,243,65); }
H1.HeaderClassName
{
color: #8AF341;
}
.AnyTagClassName
{
color: #8AF341;
}
</style>
background-color css
<style>
a { background-color: #8AF341; }
a { background-color: rgb(138,243,65); }
div.DivClassName
{
background-color: #8AF341;
}
.BgClassName
{
background-color: #8AF341;
}
</style>
border-color css
<style>
span { border-color: #8AF341; }
span { border-color: rgb(138,243,65); }
td.TdClassName
{
border-color: #8AF341;
}
.TagClassName
{
border-color: #8AF341;
}
</style>