Shades of Pale Green #9BF394
Tints of Pale Green #9BF394
RGB
CMYK
RGB Variations
Color information
#9BF394 (or 0x9BF394) is known color: Pale Green. HEX triplet: 9B, F3 and 94. RGB value is (155,243,148). Sum of RGB (Red+Green+Blue) = 155+243+148=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF394 is #640C6B. Grayscale: #CECECE. Windows color (decimal): -6556780 or 9761691. OLE color: 9761691.
HSL color Cylindrical-coordinate representation of color #9BF394: hue angle of 115.58º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BF394 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 148 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.05 |
| HSL | 115.58º | 0.8% | 0.77% | - |
| HSV(B) | 115.58º | 0.39% | 0.95% | - |
| XYZ | 50.91 | 73.21 | 39.46 | - |
| YUV | 205.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 148 | 0.36 | 0 | 0.39 | 0.05 | 115.58 | 0.8 | 0.77 |
| Hex | 9B | F3 | 94 | 24 | 0 | 27 | 5 | 74 | 50 | 4D |
| Octal | 233 | 363 | 224 | 44 | 0 | 47 | 5 | 164 | 120 | 115 |
| Binary | 10011011 | 11110011 | 10010100 | 100100 | 0 | 100111 | 101 | 1110100 | 1010000 | 1001101 |
Color Harmonies of #9BF394
Complementary color
Monochromatic Colors of #9BF394
Black with #9BF394
Text Example
Text Example
White with #9BF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF394; }
p { color: rgb(155,243,148); }
H1.HeaderClassName
{
color: #9BF394;
}
.AnyTagClassName
{
color: #9BF394;
}
</style>
background-color css
<style>
a { background-color: #9BF394; }
a { background-color: rgb(155,243,148); }
div.DivClassName
{
background-color: #9BF394;
}
.BgClassName
{
background-color: #9BF394;
}
</style>
border-color css
<style>
span { border-color: #9BF394; }
span { border-color: rgb(155,243,148); }
td.TdClassName
{
border-color: #9BF394;
}
.TagClassName
{
border-color: #9BF394;
}
</style>