Shades of Pastel Green #8AF766
Tints of Pastel Green #8AF766
RGB
CMYK
RGB Variations
Color information
#8AF766 (or 0x8AF766) is known color: Pastel Green. HEX triplet: 8A, F7 and 66. RGB value is (138,247,102). Sum of RGB (Red+Green+Blue) = 138+247+102=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF766 is #750899. Grayscale: #C6C6C6. Windows color (decimal): -7669914 or 6748042. OLE color: 6748042.
HSL color Cylindrical-coordinate representation of color #8AF766: hue angle of 105.1º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AF766 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 102 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.03 |
| HSL | 105.1º | 0.9% | 0.68% | - |
| HSV(B) | 105.1º | 0.59% | 0.97% | - |
| XYZ | 46.14 | 72.88 | 24.21 | - |
| YUV | 197.88 | 73.89 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 102 | 0.44 | 0 | 0.59 | 0.03 | 105.1 | 0.9 | 0.68 |
| Hex | 8A | F7 | 66 | 2C | 0 | 3B | 3 | 69 | 5A | 44 |
| Octal | 212 | 367 | 146 | 54 | 0 | 73 | 3 | 151 | 132 | 104 |
| Binary | 10001010 | 11110111 | 1100110 | 101100 | 0 | 111011 | 11 | 1101001 | 1011010 | 1000100 |
Color Harmonies of #8AF766
Complementary color
Monochromatic Colors of #8AF766
Black with #8AF766
Text Example
Text Example
White with #8AF766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF766; }
p { color: rgb(138,247,102); }
H1.HeaderClassName
{
color: #8AF766;
}
.AnyTagClassName
{
color: #8AF766;
}
</style>
background-color css
<style>
a { background-color: #8AF766; }
a { background-color: rgb(138,247,102); }
div.DivClassName
{
background-color: #8AF766;
}
.BgClassName
{
background-color: #8AF766;
}
</style>
border-color css
<style>
span { border-color: #8AF766; }
span { border-color: rgb(138,247,102); }
td.TdClassName
{
border-color: #8AF766;
}
.TagClassName
{
border-color: #8AF766;
}
</style>