Shades of Pastel Green #8AF665
Tints of Pastel Green #8AF665
RGB
CMYK
RGB Variations
Color information
#8AF665 (or 0x8AF665) is known color: Pastel Green. HEX triplet: 8A, F6 and 65. RGB value is (138,246,101). Sum of RGB (Red+Green+Blue) = 138+246+101=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF665 is #75099A. Grayscale: #C5C5C5. Windows color (decimal): -7670171 or 6682250. OLE color: 6682250.
HSL color Cylindrical-coordinate representation of color #8AF665: hue angle of 104.69º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AF665 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 101 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.04 |
| HSL | 104.69º | 0.89% | 0.68% | - |
| HSV(B) | 104.69º | 0.59% | 0.96% | - |
| XYZ | 45.79 | 72.25 | 23.85 | - |
| YUV | 197.18 | 73.72 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 101 | 0.44 | 0 | 0.59 | 0.04 | 104.69 | 0.89 | 0.68 |
| Hex | 8A | F6 | 65 | 2C | 0 | 3B | 4 | 69 | 59 | 44 |
| Octal | 212 | 366 | 145 | 54 | 0 | 73 | 4 | 151 | 131 | 104 |
| Binary | 10001010 | 11110110 | 1100101 | 101100 | 0 | 111011 | 100 | 1101001 | 1011001 | 1000100 |
Color Harmonies of #8AF665
Complementary color
Monochromatic Colors of #8AF665
Black with #8AF665
Text Example
Text Example
White with #8AF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF665; }
p { color: rgb(138,246,101); }
H1.HeaderClassName
{
color: #8AF665;
}
.AnyTagClassName
{
color: #8AF665;
}
</style>
background-color css
<style>
a { background-color: #8AF665; }
a { background-color: rgb(138,246,101); }
div.DivClassName
{
background-color: #8AF665;
}
.BgClassName
{
background-color: #8AF665;
}
</style>
border-color css
<style>
span { border-color: #8AF665; }
span { border-color: rgb(138,246,101); }
td.TdClassName
{
border-color: #8AF665;
}
.TagClassName
{
border-color: #8AF665;
}
</style>