Shades of Pale Green #9AF89A
Tints of Pale Green #9AF89A
RGB
CMYK
RGB Variations
Color information
#9AF89A (or 0x9AF89A) is known color: Pale Green. HEX triplet: 9A, F8 and 9A. RGB value is (154,248,154). Sum of RGB (Red+Green+Blue) = 154+248+154=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF89A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF89A is #650765. Grayscale: #D1D1D1. Windows color (decimal): -6621030 or 10156186. OLE color: 10156186.
HSL color Cylindrical-coordinate representation of color #9AF89A: hue angle of 120º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF89A is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 154 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.03 |
| HSL | 120º | 0.87% | 0.79% | - |
| HSV(B) | 120º | 0.38% | 0.97% | - |
| XYZ | 52.73 | 76.34 | 42.53 | - |
| YUV | 209.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 154 | 0.38 | 0 | 0.38 | 0.03 | 120 | 0.87 | 0.79 |
| Hex | 9A | F8 | 9A | 26 | 0 | 26 | 3 | 78 | 57 | 4F |
| Octal | 232 | 370 | 232 | 46 | 0 | 46 | 3 | 170 | 127 | 117 |
| Binary | 10011010 | 11111000 | 10011010 | 100110 | 0 | 100110 | 11 | 1111000 | 1010111 | 1001111 |
Color Harmonies of #9AF89A
Complementary color
Monochromatic Colors of #9AF89A
Black with #9AF89A
Text Example
Text Example
White with #9AF89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF89A; }
p { color: rgb(154,248,154); }
H1.HeaderClassName
{
color: #9AF89A;
}
.AnyTagClassName
{
color: #9AF89A;
}
</style>
background-color css
<style>
a { background-color: #9AF89A; }
a { background-color: rgb(154,248,154); }
div.DivClassName
{
background-color: #9AF89A;
}
.BgClassName
{
background-color: #9AF89A;
}
</style>
border-color css
<style>
span { border-color: #9AF89A; }
span { border-color: rgb(154,248,154); }
td.TdClassName
{
border-color: #9AF89A;
}
.TagClassName
{
border-color: #9AF89A;
}
</style>