Shades of Pale Green #9BF4AD
Tints of Pale Green #9BF4AD
RGB
CMYK
RGB Variations
Color information
#9BF4AD (or 0x9BF4AD) is known color: Pale Green. HEX triplet: 9B, F4 and AD. RGB value is (155,244,173). Sum of RGB (Red+Green+Blue) = 155+244+173=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF4AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF4AD is #640B52. Grayscale: #D1D1D1. Windows color (decimal): -6556499 or 11400347. OLE color: 11400347.
HSL color Cylindrical-coordinate representation of color #9BF4AD: hue angle of 132.13º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF4AD is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 173 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.04 |
| HSL | 132.13º | 0.8% | 0.78% | - |
| HSV(B) | 132.13º | 0.36% | 0.96% | - |
| XYZ | 53.41 | 74.69 | 51.14 | - |
| YUV | 209.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 173 | 0.36 | 0 | 0.29 | 0.04 | 132.13 | 0.8 | 0.78 |
| Hex | 9B | F4 | AD | 24 | 0 | 1D | 4 | 84 | 50 | 4E |
| Octal | 233 | 364 | 255 | 44 | 0 | 35 | 4 | 204 | 120 | 116 |
| Binary | 10011011 | 11110100 | 10101101 | 100100 | 0 | 11101 | 100 | 10000100 | 1010000 | 1001110 |
Color Harmonies of #9BF4AD
Complementary color
Monochromatic Colors of #9BF4AD
Black with #9BF4AD
Text Example
Text Example
White with #9BF4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF4AD; }
p { color: rgb(155,244,173); }
H1.HeaderClassName
{
color: #9BF4AD;
}
.AnyTagClassName
{
color: #9BF4AD;
}
</style>
background-color css
<style>
a { background-color: #9BF4AD; }
a { background-color: rgb(155,244,173); }
div.DivClassName
{
background-color: #9BF4AD;
}
.BgClassName
{
background-color: #9BF4AD;
}
</style>
border-color css
<style>
span { border-color: #9BF4AD; }
span { border-color: rgb(155,244,173); }
td.TdClassName
{
border-color: #9BF4AD;
}
.TagClassName
{
border-color: #9BF4AD;
}
</style>