Shades of Pale Green #9AFA8D
Tints of Pale Green #9AFA8D
RGB
CMYK
RGB Variations
Color information
#9AFA8D (or 0x9AFA8D) is known color: Pale Green. HEX triplet: 9A, FA and 8D. RGB value is (154,250,141). Sum of RGB (Red+Green+Blue) = 154+250+141=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFA8D is #650572. Grayscale: #D1D1D1. Windows color (decimal): -6620531 or 9304730. OLE color: 9304730.
HSL color Cylindrical-coordinate representation of color #9AFA8D: hue angle of 112.84º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AFA8D is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 141 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.02 |
| HSL | 112.84º | 0.92% | 0.77% | - |
| HSV(B) | 112.84º | 0.44% | 0.98% | - |
| XYZ | 52.32 | 77.16 | 37.34 | - |
| YUV | 208.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 141 | 0.38 | 0 | 0.44 | 0.02 | 112.84 | 0.92 | 0.77 |
| Hex | 9A | FA | 8D | 26 | 0 | 2C | 2 | 71 | 5C | 4D |
| Octal | 232 | 372 | 215 | 46 | 0 | 54 | 2 | 161 | 134 | 115 |
| Binary | 10011010 | 11111010 | 10001101 | 100110 | 0 | 101100 | 10 | 1110001 | 1011100 | 1001101 |
Color Harmonies of #9AFA8D
Complementary color
Monochromatic Colors of #9AFA8D
Black with #9AFA8D
Text Example
Text Example
White with #9AFA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFA8D; }
p { color: rgb(154,250,141); }
H1.HeaderClassName
{
color: #9AFA8D;
}
.AnyTagClassName
{
color: #9AFA8D;
}
</style>
background-color css
<style>
a { background-color: #9AFA8D; }
a { background-color: rgb(154,250,141); }
div.DivClassName
{
background-color: #9AFA8D;
}
.BgClassName
{
background-color: #9AFA8D;
}
</style>
border-color css
<style>
span { border-color: #9AFA8D; }
span { border-color: rgb(154,250,141); }
td.TdClassName
{
border-color: #9AFA8D;
}
.TagClassName
{
border-color: #9AFA8D;
}
</style>