Shades of Pale Green #8AF9A5
Tints of Pale Green #8AF9A5
RGB
CMYK
RGB Variations
Color information
#8AF9A5 (or 0x8AF9A5) is known color: Pale Green. HEX triplet: 8A, F9 and A5. RGB value is (138,249,165). Sum of RGB (Red+Green+Blue) = 138+249+165=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF9A5 is #75065A. Grayscale: #CECECE. Windows color (decimal): -7669339 or 10877322. OLE color: 10877322.
HSL color Cylindrical-coordinate representation of color #8AF9A5: hue angle of 134.59º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF9A5 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 165 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.02 |
| HSL | 134.59º | 0.9% | 0.76% | - |
| HSV(B) | 134.59º | 0.45% | 0.98% | - |
| XYZ | 51.15 | 75.87 | 47.55 | - |
| YUV | 206.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 165 | 0.45 | 0 | 0.34 | 0.02 | 134.59 | 0.9 | 0.76 |
| Hex | 8A | F9 | A5 | 2D | 0 | 22 | 2 | 87 | 5A | 4C |
| Octal | 212 | 371 | 245 | 55 | 0 | 42 | 2 | 207 | 132 | 114 |
| Binary | 10001010 | 11111001 | 10100101 | 101101 | 0 | 100010 | 10 | 10000111 | 1011010 | 1001100 |
Color Harmonies of #8AF9A5
Complementary color
Monochromatic Colors of #8AF9A5
Black with #8AF9A5
Text Example
Text Example
White with #8AF9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF9A5; }
p { color: rgb(138,249,165); }
H1.HeaderClassName
{
color: #8AF9A5;
}
.AnyTagClassName
{
color: #8AF9A5;
}
</style>
background-color css
<style>
a { background-color: #8AF9A5; }
a { background-color: rgb(138,249,165); }
div.DivClassName
{
background-color: #8AF9A5;
}
.BgClassName
{
background-color: #8AF9A5;
}
</style>
border-color css
<style>
span { border-color: #8AF9A5; }
span { border-color: rgb(138,249,165); }
td.TdClassName
{
border-color: #8AF9A5;
}
.TagClassName
{
border-color: #8AF9A5;
}
</style>