Shades of Pastel Green #8AF471
Tints of Pastel Green #8AF471
RGB
CMYK
RGB Variations
Color information
#8AF471 (or 0x8AF471) is known color: Pastel Green. HEX triplet: 8A, F4 and 71. RGB value is (138,244,113). Sum of RGB (Red+Green+Blue) = 138+244+113=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF471 is #750B8E. Grayscale: #C5C5C5. Windows color (decimal): -7670671 or 7468170. OLE color: 7468170.
HSL color Cylindrical-coordinate representation of color #8AF471: hue angle of 108.55º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AF471 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 244 | 113 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.04 |
| HSL | 108.55º | 0.86% | 0.7% | - |
| HSV(B) | 108.55º | 0.54% | 0.96% | - |
| XYZ | 45.81 | 71.3 | 26.97 | - |
| YUV | 197.37 | 80.38 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 244 | 113 | 0.43 | 0 | 0.54 | 0.04 | 108.55 | 0.86 | 0.7 |
| Hex | 8A | F4 | 71 | 2B | 0 | 36 | 4 | 6D | 56 | 46 |
| Octal | 212 | 364 | 161 | 53 | 0 | 66 | 4 | 155 | 126 | 106 |
| Binary | 10001010 | 11110100 | 1110001 | 101011 | 0 | 110110 | 100 | 1101101 | 1010110 | 1000110 |
Color Harmonies of #8AF471
Complementary color
Monochromatic Colors of #8AF471
Black with #8AF471
Text Example
Text Example
White with #8AF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF471; }
p { color: rgb(138,244,113); }
H1.HeaderClassName
{
color: #8AF471;
}
.AnyTagClassName
{
color: #8AF471;
}
</style>
background-color css
<style>
a { background-color: #8AF471; }
a { background-color: rgb(138,244,113); }
div.DivClassName
{
background-color: #8AF471;
}
.BgClassName
{
background-color: #8AF471;
}
</style>
border-color css
<style>
span { border-color: #8AF471; }
span { border-color: rgb(138,244,113); }
td.TdClassName
{
border-color: #8AF471;
}
.TagClassName
{
border-color: #8AF471;
}
</style>