Shades of Pastel Green #8AF66D
Tints of Pastel Green #8AF66D
RGB
CMYK
RGB Variations
Color information
#8AF66D (or 0x8AF66D) is known color: Pastel Green. HEX triplet: 8A, F6 and 6D. RGB value is (138,246,109). Sum of RGB (Red+Green+Blue) = 138+246+109=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF66D is #750992. Grayscale: #C6C6C6. Windows color (decimal): -7670163 or 7206538. OLE color: 7206538.
HSL color Cylindrical-coordinate representation of color #8AF66D: hue angle of 107.3º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AF66D is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 109 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.04 |
| HSL | 107.3º | 0.88% | 0.7% | - |
| HSV(B) | 107.3º | 0.56% | 0.96% | - |
| XYZ | 46.2 | 72.42 | 26.01 | - |
| YUV | 198.09 | 77.72 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 109 | 0.44 | 0 | 0.56 | 0.04 | 107.3 | 0.88 | 0.7 |
| Hex | 8A | F6 | 6D | 2C | 0 | 38 | 4 | 6B | 58 | 46 |
| Octal | 212 | 366 | 155 | 54 | 0 | 70 | 4 | 153 | 130 | 106 |
| Binary | 10001010 | 11110110 | 1101101 | 101100 | 0 | 111000 | 100 | 1101011 | 1011000 | 1000110 |
Color Harmonies of #8AF66D
Complementary color
Monochromatic Colors of #8AF66D
Black with #8AF66D
Text Example
Text Example
White with #8AF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF66D; }
p { color: rgb(138,246,109); }
H1.HeaderClassName
{
color: #8AF66D;
}
.AnyTagClassName
{
color: #8AF66D;
}
</style>
background-color css
<style>
a { background-color: #8AF66D; }
a { background-color: rgb(138,246,109); }
div.DivClassName
{
background-color: #8AF66D;
}
.BgClassName
{
background-color: #8AF66D;
}
</style>
border-color css
<style>
span { border-color: #8AF66D; }
span { border-color: rgb(138,246,109); }
td.TdClassName
{
border-color: #8AF66D;
}
.TagClassName
{
border-color: #8AF66D;
}
</style>