Shades of Pale Green #9BF69B
Tints of Pale Green #9BF69B
RGB
CMYK
RGB Variations
Color information
#9BF69B (or 0x9BF69B) is known color: Pale Green. HEX triplet: 9B, F6 and 9B. RGB value is (155,246,155). Sum of RGB (Red+Green+Blue) = 155+246+155=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF69B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF69B is #640964. Grayscale: #D0D0D0. Windows color (decimal): -6556005 or 10221211. OLE color: 10221211.
HSL color Cylindrical-coordinate representation of color #9BF69B: hue angle of 120º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF69B is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 155 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.04 |
| HSL | 120º | 0.83% | 0.79% | - |
| HSV(B) | 120º | 0.37% | 0.96% | - |
| XYZ | 52.39 | 75.25 | 42.77 | - |
| YUV | 208.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 155 | 0.37 | 0 | 0.37 | 0.04 | 120 | 0.83 | 0.79 |
| Hex | 9B | F6 | 9B | 25 | 0 | 25 | 4 | 78 | 53 | 4F |
| Octal | 233 | 366 | 233 | 45 | 0 | 45 | 4 | 170 | 123 | 117 |
| Binary | 10011011 | 11110110 | 10011011 | 100101 | 0 | 100101 | 100 | 1111000 | 1010011 | 1001111 |
Color Harmonies of #9BF69B
Complementary color
Monochromatic Colors of #9BF69B
Black with #9BF69B
Text Example
Text Example
White with #9BF69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF69B; }
p { color: rgb(155,246,155); }
H1.HeaderClassName
{
color: #9BF69B;
}
.AnyTagClassName
{
color: #9BF69B;
}
</style>
background-color css
<style>
a { background-color: #9BF69B; }
a { background-color: rgb(155,246,155); }
div.DivClassName
{
background-color: #9BF69B;
}
.BgClassName
{
background-color: #9BF69B;
}
</style>
border-color css
<style>
span { border-color: #9BF69B; }
span { border-color: rgb(155,246,155); }
td.TdClassName
{
border-color: #9BF69B;
}
.TagClassName
{
border-color: #9BF69B;
}
</style>