Shades of Pale Green #9BF0A7
Tints of Pale Green #9BF0A7
RGB
CMYK
RGB Variations
Color information
#9BF0A7 (or 0x9BF0A7) is known color: Pale Green. HEX triplet: 9B, F0 and A7. RGB value is (155,240,167). Sum of RGB (Red+Green+Blue) = 155+240+167=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 167 (65.62% from 255 or 29.72% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF0A7 is #640F58. Grayscale: #CECECE. Windows color (decimal): -6557529 or 11006107. OLE color: 11006107.
HSL color Cylindrical-coordinate representation of color #9BF0A7: hue angle of 128.47º degrees, saturation: 0.74, 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 #9BF0A7 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 167 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.06 |
| HSL | 128.47º | 0.74% | 0.77% | - |
| HSV(B) | 128.47º | 0.35% | 0.94% | - |
| XYZ | 51.65 | 72.08 | 47.75 | - |
| YUV | 206.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 167 | 0.35 | 0 | 0.30 | 0.06 | 128.47 | 0.74 | 0.77 |
| Hex | 9B | F0 | A7 | 23 | 0 | 1E | 6 | 80 | 4A | 4D |
| Octal | 233 | 360 | 247 | 43 | 0 | 36 | 6 | 200 | 112 | 115 |
| Binary | 10011011 | 11110000 | 10100111 | 100011 | 0 | 11110 | 110 | 10000000 | 1001010 | 1001101 |
Color Harmonies of #9BF0A7
Complementary color
Monochromatic Colors of #9BF0A7
Black with #9BF0A7
Text Example
Text Example
White with #9BF0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF0A7; }
p { color: rgb(155,240,167); }
H1.HeaderClassName
{
color: #9BF0A7;
}
.AnyTagClassName
{
color: #9BF0A7;
}
</style>
background-color css
<style>
a { background-color: #9BF0A7; }
a { background-color: rgb(155,240,167); }
div.DivClassName
{
background-color: #9BF0A7;
}
.BgClassName
{
background-color: #9BF0A7;
}
</style>
border-color css
<style>
span { border-color: #9BF0A7; }
span { border-color: rgb(155,240,167); }
td.TdClassName
{
border-color: #9BF0A7;
}
.TagClassName
{
border-color: #9BF0A7;
}
</style>