Shades of Pale Green #9BFAA2
Tints of Pale Green #9BFAA2
RGB
CMYK
RGB Variations
Color information
#9BFAA2 (or 0x9BFAA2) is known color: Pale Green. HEX triplet: 9B, FA and A2. RGB value is (155,250,162). Sum of RGB (Red+Green+Blue) = 155+250+162=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFAA2 is #64055D. Grayscale: #D3D3D3. Windows color (decimal): -6554974 or 10680987. OLE color: 10680987.
HSL color Cylindrical-coordinate representation of color #9BFAA2: hue angle of 124.42º degrees, saturation: 0.9, 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 #9BFAA2 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 162 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.02 |
| HSL | 124.42º | 0.9% | 0.79% | - |
| HSV(B) | 124.42º | 0.38% | 0.98% | - |
| XYZ | 54.22 | 77.95 | 46.37 | - |
| YUV | 211.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 162 | 0.38 | 0 | 0.35 | 0.02 | 124.42 | 0.9 | 0.79 |
| Hex | 9B | FA | A2 | 26 | 0 | 23 | 2 | 7C | 5A | 4F |
| Octal | 233 | 372 | 242 | 46 | 0 | 43 | 2 | 174 | 132 | 117 |
| Binary | 10011011 | 11111010 | 10100010 | 100110 | 0 | 100011 | 10 | 1111100 | 1011010 | 1001111 |
Color Harmonies of #9BFAA2
Complementary color
Monochromatic Colors of #9BFAA2
Black with #9BFAA2
Text Example
Text Example
White with #9BFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAA2; }
p { color: rgb(155,250,162); }
H1.HeaderClassName
{
color: #9BFAA2;
}
.AnyTagClassName
{
color: #9BFAA2;
}
</style>
background-color css
<style>
a { background-color: #9BFAA2; }
a { background-color: rgb(155,250,162); }
div.DivClassName
{
background-color: #9BFAA2;
}
.BgClassName
{
background-color: #9BFAA2;
}
</style>
border-color css
<style>
span { border-color: #9BFAA2; }
span { border-color: rgb(155,250,162); }
td.TdClassName
{
border-color: #9BFAA2;
}
.TagClassName
{
border-color: #9BFAA2;
}
</style>