Shades of Pale Green #9AFA8F
Tints of Pale Green #9AFA8F
RGB
CMYK
RGB Variations
Color information
#9AFA8F (or 0x9AFA8F) is known color: Pale Green. HEX triplet: 9A, FA and 8F. RGB value is (154,250,143). Sum of RGB (Red+Green+Blue) = 154+250+143=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFA8F is #650570. Grayscale: #D1D1D1. Windows color (decimal): -6620529 or 9435802. OLE color: 9435802.
HSL color Cylindrical-coordinate representation of color #9AFA8F: hue angle of 113.83º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AFA8F is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 143 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.02 |
| HSL | 113.83º | 0.91% | 0.77% | - |
| HSV(B) | 113.83º | 0.43% | 0.98% | - |
| XYZ | 52.47 | 77.22 | 38.13 | - |
| YUV | 209.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 143 | 0.38 | 0 | 0.43 | 0.02 | 113.83 | 0.91 | 0.77 |
| Hex | 9A | FA | 8F | 26 | 0 | 2B | 2 | 72 | 5B | 4D |
| Octal | 232 | 372 | 217 | 46 | 0 | 53 | 2 | 162 | 133 | 115 |
| Binary | 10011010 | 11111010 | 10001111 | 100110 | 0 | 101011 | 10 | 1110010 | 1011011 | 1001101 |
Color Harmonies of #9AFA8F
Complementary color
Monochromatic Colors of #9AFA8F
Black with #9AFA8F
Text Example
Text Example
White with #9AFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFA8F; }
p { color: rgb(154,250,143); }
H1.HeaderClassName
{
color: #9AFA8F;
}
.AnyTagClassName
{
color: #9AFA8F;
}
</style>
background-color css
<style>
a { background-color: #9AFA8F; }
a { background-color: rgb(154,250,143); }
div.DivClassName
{
background-color: #9AFA8F;
}
.BgClassName
{
background-color: #9AFA8F;
}
</style>
border-color css
<style>
span { border-color: #9AFA8F; }
span { border-color: rgb(154,250,143); }
td.TdClassName
{
border-color: #9AFA8F;
}
.TagClassName
{
border-color: #9AFA8F;
}
</style>