Shades of Pastel Green #8AF15E
Tints of Pastel Green #8AF15E
RGB
CMYK
RGB Variations
Color information
#8AF15E (or 0x8AF15E) is known color: Pastel Green. HEX triplet: 8A, F1 and 5E. RGB value is (138,241,94). Sum of RGB (Red+Green+Blue) = 138+241+94=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF15E is #750EA1. Grayscale: #C1C1C1. Windows color (decimal): -7671458 or 6222218. OLE color: 6222218.
HSL color Cylindrical-coordinate representation of color #8AF15E: hue angle of 102.04º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AF15E is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 94 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.05 |
| HSL | 102.04º | 0.84% | 0.66% | - |
| HSV(B) | 102.04º | 0.61% | 0.95% | - |
| XYZ | 43.96 | 69.12 | 21.61 | - |
| YUV | 193.45 | 71.88 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 94 | 0.43 | 0 | 0.61 | 0.05 | 102.04 | 0.84 | 0.66 |
| Hex | 8A | F1 | 5E | 2B | 0 | 3D | 5 | 66 | 54 | 42 |
| Octal | 212 | 361 | 136 | 53 | 0 | 75 | 5 | 146 | 124 | 102 |
| Binary | 10001010 | 11110001 | 1011110 | 101011 | 0 | 111101 | 101 | 1100110 | 1010100 | 1000010 |
Color Harmonies of #8AF15E
Complementary color
Monochromatic Colors of #8AF15E
Black with #8AF15E
Text Example
Text Example
White with #8AF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF15E; }
p { color: rgb(138,241,94); }
H1.HeaderClassName
{
color: #8AF15E;
}
.AnyTagClassName
{
color: #8AF15E;
}
</style>
background-color css
<style>
a { background-color: #8AF15E; }
a { background-color: rgb(138,241,94); }
div.DivClassName
{
background-color: #8AF15E;
}
.BgClassName
{
background-color: #8AF15E;
}
</style>
border-color css
<style>
span { border-color: #8AF15E; }
span { border-color: rgb(138,241,94); }
td.TdClassName
{
border-color: #8AF15E;
}
.TagClassName
{
border-color: #8AF15E;
}
</style>