Shades of Pale Green #9BF9AE
Tints of Pale Green #9BF9AE
RGB
CMYK
RGB Variations
Color information
#9BF9AE (or 0x9BF9AE) is known color: Pale Green. HEX triplet: 9B, F9 and AE. RGB value is (155,249,174). Sum of RGB (Red+Green+Blue) = 155+249+174=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF9AE is #640651. Grayscale: #D4D4D4. Windows color (decimal): -6555218 or 11467163. OLE color: 11467163.
HSL color Cylindrical-coordinate representation of color #9BF9AE: hue angle of 132.13º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9AE is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 174 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.02 |
| HSL | 132.13º | 0.89% | 0.79% | - |
| HSV(B) | 132.13º | 0.38% | 0.98% | - |
| XYZ | 55.03 | 77.78 | 52.16 | - |
| YUV | 212.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 174 | 0.38 | 0 | 0.30 | 0.02 | 132.13 | 0.89 | 0.79 |
| Hex | 9B | F9 | AE | 26 | 0 | 1E | 2 | 84 | 59 | 4F |
| Octal | 233 | 371 | 256 | 46 | 0 | 36 | 2 | 204 | 131 | 117 |
| Binary | 10011011 | 11111001 | 10101110 | 100110 | 0 | 11110 | 10 | 10000100 | 1011001 | 1001111 |
Color Harmonies of #9BF9AE
Complementary color
Monochromatic Colors of #9BF9AE
Black with #9BF9AE
Text Example
Text Example
White with #9BF9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9AE; }
p { color: rgb(155,249,174); }
H1.HeaderClassName
{
color: #9BF9AE;
}
.AnyTagClassName
{
color: #9BF9AE;
}
</style>
background-color css
<style>
a { background-color: #9BF9AE; }
a { background-color: rgb(155,249,174); }
div.DivClassName
{
background-color: #9BF9AE;
}
.BgClassName
{
background-color: #9BF9AE;
}
</style>
border-color css
<style>
span { border-color: #9BF9AE; }
span { border-color: rgb(155,249,174); }
td.TdClassName
{
border-color: #9BF9AE;
}
.TagClassName
{
border-color: #9BF9AE;
}
</style>