Shades of Pale Green #8AF8A5
Tints of Pale Green #8AF8A5
RGB
CMYK
RGB Variations
Color information
#8AF8A5 (or 0x8AF8A5) is known color: Pale Green. HEX triplet: 8A, F8 and A5. RGB value is (138,248,165). Sum of RGB (Red+Green+Blue) = 138+248+165=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF8A5 is #75075A. Grayscale: #CDCDCD. Windows color (decimal): -7669595 or 10877066. OLE color: 10877066.
HSL color Cylindrical-coordinate representation of color #8AF8A5: hue angle of 134.73º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF8A5 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 165 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.03 |
| HSL | 134.73º | 0.89% | 0.76% | - |
| HSV(B) | 134.73º | 0.44% | 0.97% | - |
| XYZ | 50.84 | 75.25 | 47.44 | - |
| YUV | 205.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 165 | 0.44 | 0 | 0.33 | 0.03 | 134.73 | 0.89 | 0.76 |
| Hex | 8A | F8 | A5 | 2C | 0 | 21 | 3 | 87 | 59 | 4C |
| Octal | 212 | 370 | 245 | 54 | 0 | 41 | 3 | 207 | 131 | 114 |
| Binary | 10001010 | 11111000 | 10100101 | 101100 | 0 | 100001 | 11 | 10000111 | 1011001 | 1001100 |
Color Harmonies of #8AF8A5
Complementary color
Monochromatic Colors of #8AF8A5
Black with #8AF8A5
Text Example
Text Example
White with #8AF8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF8A5; }
p { color: rgb(138,248,165); }
H1.HeaderClassName
{
color: #8AF8A5;
}
.AnyTagClassName
{
color: #8AF8A5;
}
</style>
background-color css
<style>
a { background-color: #8AF8A5; }
a { background-color: rgb(138,248,165); }
div.DivClassName
{
background-color: #8AF8A5;
}
.BgClassName
{
background-color: #8AF8A5;
}
</style>
border-color css
<style>
span { border-color: #8AF8A5; }
span { border-color: rgb(138,248,165); }
td.TdClassName
{
border-color: #8AF8A5;
}
.TagClassName
{
border-color: #8AF8A5;
}
</style>