Shades of Pale Green #8AF7A5
Tints of Pale Green #8AF7A5
RGB
CMYK
RGB Variations
Color information
#8AF7A5 (or 0x8AF7A5) is known color: Pale Green. HEX triplet: 8A, F7 and A5. RGB value is (138,247,165). Sum of RGB (Red+Green+Blue) = 138+247+165=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF7A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF7A5 is #75085A. Grayscale: #CDCDCD. Windows color (decimal): -7669851 or 10876810. OLE color: 10876810.
HSL color Cylindrical-coordinate representation of color #8AF7A5: hue angle of 134.86º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF7A5 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 165 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.03 |
| HSL | 134.86º | 0.87% | 0.75% | - |
| HSV(B) | 134.86º | 0.44% | 0.97% | - |
| XYZ | 50.53 | 74.64 | 47.34 | - |
| YUV | 205.06 | 105.39 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 165 | 0.44 | 0 | 0.33 | 0.03 | 134.86 | 0.87 | 0.75 |
| Hex | 8A | F7 | A5 | 2C | 0 | 21 | 3 | 87 | 57 | 4B |
| Octal | 212 | 367 | 245 | 54 | 0 | 41 | 3 | 207 | 127 | 113 |
| Binary | 10001010 | 11110111 | 10100101 | 101100 | 0 | 100001 | 11 | 10000111 | 1010111 | 1001011 |
Color Harmonies of #8AF7A5
Complementary color
Monochromatic Colors of #8AF7A5
Black with #8AF7A5
Text Example
Text Example
White with #8AF7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF7A5; }
p { color: rgb(138,247,165); }
H1.HeaderClassName
{
color: #8AF7A5;
}
.AnyTagClassName
{
color: #8AF7A5;
}
</style>
background-color css
<style>
a { background-color: #8AF7A5; }
a { background-color: rgb(138,247,165); }
div.DivClassName
{
background-color: #8AF7A5;
}
.BgClassName
{
background-color: #8AF7A5;
}
</style>
border-color css
<style>
span { border-color: #8AF7A5; }
span { border-color: rgb(138,247,165); }
td.TdClassName
{
border-color: #8AF7A5;
}
.TagClassName
{
border-color: #8AF7A5;
}
</style>