Shades of Pale Green #9BF9B2
Tints of Pale Green #9BF9B2
RGB
CMYK
RGB Variations
Color information
#9BF9B2 (or 0x9BF9B2) is known color: Pale Green. HEX triplet: 9B, F9 and B2. RGB value is (155,249,178). Sum of RGB (Red+Green+Blue) = 155+249+178=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF9B2 is #64064D. Grayscale: #D4D4D4. Windows color (decimal): -6555214 or 11729307. OLE color: 11729307.
HSL color Cylindrical-coordinate representation of color #9BF9B2: hue angle of 134.68º 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 #9BF9B2 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 178 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.02 |
| HSL | 134.68º | 0.89% | 0.79% | - |
| HSV(B) | 134.68º | 0.38% | 0.98% | - |
| XYZ | 55.43 | 77.93 | 54.24 | - |
| YUV | 212.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 178 | 0.38 | 0 | 0.29 | 0.02 | 134.68 | 0.89 | 0.79 |
| Hex | 9B | F9 | B2 | 26 | 0 | 1D | 2 | 87 | 59 | 4F |
| Octal | 233 | 371 | 262 | 46 | 0 | 35 | 2 | 207 | 131 | 117 |
| Binary | 10011011 | 11111001 | 10110010 | 100110 | 0 | 11101 | 10 | 10000111 | 1011001 | 1001111 |
Color Harmonies of #9BF9B2
Complementary color
Monochromatic Colors of #9BF9B2
Black with #9BF9B2
Text Example
Text Example
White with #9BF9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9B2; }
p { color: rgb(155,249,178); }
H1.HeaderClassName
{
color: #9BF9B2;
}
.AnyTagClassName
{
color: #9BF9B2;
}
</style>
background-color css
<style>
a { background-color: #9BF9B2; }
a { background-color: rgb(155,249,178); }
div.DivClassName
{
background-color: #9BF9B2;
}
.BgClassName
{
background-color: #9BF9B2;
}
</style>
border-color css
<style>
span { border-color: #9BF9B2; }
span { border-color: rgb(155,249,178); }
td.TdClassName
{
border-color: #9BF9B2;
}
.TagClassName
{
border-color: #9BF9B2;
}
</style>