Shades of Pastel Green #8AF668
Tints of Pastel Green #8AF668
RGB
CMYK
RGB Variations
Color information
#8AF668 (or 0x8AF668) is known color: Pastel Green. HEX triplet: 8A, F6 and 68. RGB value is (138,246,104). Sum of RGB (Red+Green+Blue) = 138+246+104=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF668 is #750997. Grayscale: #C5C5C5. Windows color (decimal): -7670168 or 6878858. OLE color: 6878858.
HSL color Cylindrical-coordinate representation of color #8AF668: hue angle of 105.63º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AF668 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 104 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.04 |
| HSL | 105.63º | 0.89% | 0.69% | - |
| HSV(B) | 105.63º | 0.58% | 0.96% | - |
| XYZ | 45.94 | 72.31 | 24.63 | - |
| YUV | 197.52 | 75.22 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 104 | 0.44 | 0 | 0.58 | 0.04 | 105.63 | 0.89 | 0.69 |
| Hex | 8A | F6 | 68 | 2C | 0 | 3A | 4 | 6A | 59 | 45 |
| Octal | 212 | 366 | 150 | 54 | 0 | 72 | 4 | 152 | 131 | 105 |
| Binary | 10001010 | 11110110 | 1101000 | 101100 | 0 | 111010 | 100 | 1101010 | 1011001 | 1000101 |
Color Harmonies of #8AF668
Complementary color
Monochromatic Colors of #8AF668
Black with #8AF668
Text Example
Text Example
White with #8AF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF668; }
p { color: rgb(138,246,104); }
H1.HeaderClassName
{
color: #8AF668;
}
.AnyTagClassName
{
color: #8AF668;
}
</style>
background-color css
<style>
a { background-color: #8AF668; }
a { background-color: rgb(138,246,104); }
div.DivClassName
{
background-color: #8AF668;
}
.BgClassName
{
background-color: #8AF668;
}
</style>
border-color css
<style>
span { border-color: #8AF668; }
span { border-color: rgb(138,246,104); }
td.TdClassName
{
border-color: #8AF668;
}
.TagClassName
{
border-color: #8AF668;
}
</style>