Shades of Pale Green #9BF9A0
Tints of Pale Green #9BF9A0
RGB
CMYK
RGB Variations
Color information
#9BF9A0 (or 0x9BF9A0) is known color: Pale Green. HEX triplet: 9B, F9 and A0. RGB value is (155,249,160). Sum of RGB (Red+Green+Blue) = 155+249+160=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF9A0 is #64065F. Grayscale: #D3D3D3. Windows color (decimal): -6555232 or 10549659. OLE color: 10549659.
HSL color Cylindrical-coordinate representation of color #9BF9A0: hue angle of 123.19º 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 #9BF9A0 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 160 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.02 |
| HSL | 123.19º | 0.89% | 0.79% | - |
| HSV(B) | 123.19º | 0.38% | 0.98% | - |
| XYZ | 53.74 | 77.26 | 45.34 | - |
| YUV | 210.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 160 | 0.38 | 0 | 0.36 | 0.02 | 123.19 | 0.89 | 0.79 |
| Hex | 9B | F9 | A0 | 26 | 0 | 24 | 2 | 7B | 59 | 4F |
| Octal | 233 | 371 | 240 | 46 | 0 | 44 | 2 | 173 | 131 | 117 |
| Binary | 10011011 | 11111001 | 10100000 | 100110 | 0 | 100100 | 10 | 1111011 | 1011001 | 1001111 |
Color Harmonies of #9BF9A0
Complementary color
Monochromatic Colors of #9BF9A0
Black with #9BF9A0
Text Example
Text Example
White with #9BF9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9A0; }
p { color: rgb(155,249,160); }
H1.HeaderClassName
{
color: #9BF9A0;
}
.AnyTagClassName
{
color: #9BF9A0;
}
</style>
background-color css
<style>
a { background-color: #9BF9A0; }
a { background-color: rgb(155,249,160); }
div.DivClassName
{
background-color: #9BF9A0;
}
.BgClassName
{
background-color: #9BF9A0;
}
</style>
border-color css
<style>
span { border-color: #9BF9A0; }
span { border-color: rgb(155,249,160); }
td.TdClassName
{
border-color: #9BF9A0;
}
.TagClassName
{
border-color: #9BF9A0;
}
</style>