Shades of Pastel Green #8AF96E
Tints of Pastel Green #8AF96E
RGB
CMYK
RGB Variations
Color information
#8AF96E (or 0x8AF96E) is known color: Pastel Green. HEX triplet: 8A, F9 and 6E. RGB value is (138,249,110). Sum of RGB (Red+Green+Blue) = 138+249+110=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF96E is #750691. Grayscale: #C8C8C8. Windows color (decimal): -7669394 or 7272842. OLE color: 7272842.
HSL color Cylindrical-coordinate representation of color #8AF96E: hue angle of 107.91º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AF96E is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 110 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.02 |
| HSL | 107.91º | 0.92% | 0.7% | - |
| HSV(B) | 107.91º | 0.56% | 0.98% | - |
| XYZ | 47.17 | 74.28 | 26.6 | - |
| YUV | 199.97 | 77.23 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 110 | 0.45 | 0 | 0.56 | 0.02 | 107.91 | 0.92 | 0.7 |
| Hex | 8A | F9 | 6E | 2D | 0 | 38 | 2 | 6C | 5C | 46 |
| Octal | 212 | 371 | 156 | 55 | 0 | 70 | 2 | 154 | 134 | 106 |
| Binary | 10001010 | 11111001 | 1101110 | 101101 | 0 | 111000 | 10 | 1101100 | 1011100 | 1000110 |
Color Harmonies of #8AF96E
Complementary color
Monochromatic Colors of #8AF96E
Black with #8AF96E
Text Example
Text Example
White with #8AF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF96E; }
p { color: rgb(138,249,110); }
H1.HeaderClassName
{
color: #8AF96E;
}
.AnyTagClassName
{
color: #8AF96E;
}
</style>
background-color css
<style>
a { background-color: #8AF96E; }
a { background-color: rgb(138,249,110); }
div.DivClassName
{
background-color: #8AF96E;
}
.BgClassName
{
background-color: #8AF96E;
}
</style>
border-color css
<style>
span { border-color: #8AF96E; }
span { border-color: rgb(138,249,110); }
td.TdClassName
{
border-color: #8AF96E;
}
.TagClassName
{
border-color: #8AF96E;
}
</style>