Shades of Pale Green #9AF995
Tints of Pale Green #9AF995
RGB
CMYK
RGB Variations
Color information
#9AF995 (or 0x9AF995) is known color: Pale Green. HEX triplet: 9A, F9 and 95. RGB value is (154,249,149). Sum of RGB (Red+Green+Blue) = 154+249+149=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF995 is #65066A. Grayscale: #D1D1D1. Windows color (decimal): -6620779 or 9828762. OLE color: 9828762.
HSL color Cylindrical-coordinate representation of color #9AF995: hue angle of 117º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AF995 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 149 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.02 |
| HSL | 117º | 0.89% | 0.78% | - |
| HSV(B) | 117º | 0.4% | 0.98% | - |
| XYZ | 52.63 | 76.79 | 40.48 | - |
| YUV | 209.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 149 | 0.38 | 0 | 0.40 | 0.02 | 117 | 0.89 | 0.78 |
| Hex | 9A | F9 | 95 | 26 | 0 | 28 | 2 | 75 | 59 | 4E |
| Octal | 232 | 371 | 225 | 46 | 0 | 50 | 2 | 165 | 131 | 116 |
| Binary | 10011010 | 11111001 | 10010101 | 100110 | 0 | 101000 | 10 | 1110101 | 1011001 | 1001110 |
Color Harmonies of #9AF995
Complementary color
Monochromatic Colors of #9AF995
Black with #9AF995
Text Example
Text Example
White with #9AF995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF995; }
p { color: rgb(154,249,149); }
H1.HeaderClassName
{
color: #9AF995;
}
.AnyTagClassName
{
color: #9AF995;
}
</style>
background-color css
<style>
a { background-color: #9AF995; }
a { background-color: rgb(154,249,149); }
div.DivClassName
{
background-color: #9AF995;
}
.BgClassName
{
background-color: #9AF995;
}
</style>
border-color css
<style>
span { border-color: #9AF995; }
span { border-color: rgb(154,249,149); }
td.TdClassName
{
border-color: #9AF995;
}
.TagClassName
{
border-color: #9AF995;
}
</style>