Shades of Pale Green #9BEFA0
Tints of Pale Green #9BEFA0
RGB
CMYK
RGB Variations
Color information
#9BEFA0 (or 0x9BEFA0) is known color: Pale Green. HEX triplet: 9B, EF and A0. RGB value is (155,239,160). Sum of RGB (Red+Green+Blue) = 155+239+160=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEFA0 is #64105F. Grayscale: #CDCDCD. Windows color (decimal): -6557792 or 10547099. OLE color: 10547099.
HSL color Cylindrical-coordinate representation of color #9BEFA0: hue angle of 123.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFA0 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 160 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.06 |
| HSL | 123.57º | 0.72% | 0.77% | - |
| HSV(B) | 123.57º | 0.35% | 0.94% | - |
| XYZ | 50.73 | 71.24 | 44.33 | - |
| YUV | 204.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 160 | 0.35 | 0 | 0.33 | 0.06 | 123.57 | 0.72 | 0.77 |
| Hex | 9B | EF | A0 | 23 | 0 | 21 | 6 | 7C | 48 | 4D |
| Octal | 233 | 357 | 240 | 43 | 0 | 41 | 6 | 174 | 110 | 115 |
| Binary | 10011011 | 11101111 | 10100000 | 100011 | 0 | 100001 | 110 | 1111100 | 1001000 | 1001101 |
Color Harmonies of #9BEFA0
Complementary color
Monochromatic Colors of #9BEFA0
Black with #9BEFA0
Text Example
Text Example
White with #9BEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFA0; }
p { color: rgb(155,239,160); }
H1.HeaderClassName
{
color: #9BEFA0;
}
.AnyTagClassName
{
color: #9BEFA0;
}
</style>
background-color css
<style>
a { background-color: #9BEFA0; }
a { background-color: rgb(155,239,160); }
div.DivClassName
{
background-color: #9BEFA0;
}
.BgClassName
{
background-color: #9BEFA0;
}
</style>
border-color css
<style>
span { border-color: #9BEFA0; }
span { border-color: rgb(155,239,160); }
td.TdClassName
{
border-color: #9BEFA0;
}
.TagClassName
{
border-color: #9BEFA0;
}
</style>