Shades of Pastel Green #8AF86C
Tints of Pastel Green #8AF86C
RGB
CMYK
RGB Variations
Color information
#8AF86C (or 0x8AF86C) is known color: Pastel Green. HEX triplet: 8A, F8 and 6C. RGB value is (138,248,108). Sum of RGB (Red+Green+Blue) = 138+248+108=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF86C is #750793. Grayscale: #C7C7C7. Windows color (decimal): -7669652 or 7141514. OLE color: 7141514.
HSL color Cylindrical-coordinate representation of color #8AF86C: hue angle of 107.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AF86C is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 108 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.03 |
| HSL | 107.14º | 0.91% | 0.7% | - |
| HSV(B) | 107.14º | 0.56% | 0.97% | - |
| XYZ | 46.76 | 73.62 | 25.93 | - |
| YUV | 199.15 | 76.56 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 108 | 0.44 | 0 | 0.56 | 0.03 | 107.14 | 0.91 | 0.7 |
| Hex | 8A | F8 | 6C | 2C | 0 | 38 | 3 | 6B | 5B | 46 |
| Octal | 212 | 370 | 154 | 54 | 0 | 70 | 3 | 153 | 133 | 106 |
| Binary | 10001010 | 11111000 | 1101100 | 101100 | 0 | 111000 | 11 | 1101011 | 1011011 | 1000110 |
Color Harmonies of #8AF86C
Complementary color
Monochromatic Colors of #8AF86C
Black with #8AF86C
Text Example
Text Example
White with #8AF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF86C; }
p { color: rgb(138,248,108); }
H1.HeaderClassName
{
color: #8AF86C;
}
.AnyTagClassName
{
color: #8AF86C;
}
</style>
background-color css
<style>
a { background-color: #8AF86C; }
a { background-color: rgb(138,248,108); }
div.DivClassName
{
background-color: #8AF86C;
}
.BgClassName
{
background-color: #8AF86C;
}
</style>
border-color css
<style>
span { border-color: #8AF86C; }
span { border-color: rgb(138,248,108); }
td.TdClassName
{
border-color: #8AF86C;
}
.TagClassName
{
border-color: #8AF86C;
}
</style>