Shades of Pale Green #9BF48E
Tints of Pale Green #9BF48E
RGB
CMYK
RGB Variations
Color information
#9BF48E (or 0x9BF48E) is known color: Pale Green. HEX triplet: 9B, F4 and 8E. RGB value is (155,244,142). Sum of RGB (Red+Green+Blue) = 155+244+142=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF48E is #640B71. Grayscale: #CECECE. Windows color (decimal): -6556530 or 9368731. OLE color: 9368731.
HSL color Cylindrical-coordinate representation of color #9BF48E: hue angle of 112.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BF48E is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 142 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.04 |
| HSL | 112.35º | 0.82% | 0.76% | - |
| HSV(B) | 112.35º | 0.42% | 0.96% | - |
| XYZ | 50.75 | 73.62 | 37.13 | - |
| YUV | 205.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 142 | 0.36 | 0 | 0.42 | 0.04 | 112.35 | 0.82 | 0.76 |
| Hex | 9B | F4 | 8E | 24 | 0 | 2A | 4 | 70 | 52 | 4C |
| Octal | 233 | 364 | 216 | 44 | 0 | 52 | 4 | 160 | 122 | 114 |
| Binary | 10011011 | 11110100 | 10001110 | 100100 | 0 | 101010 | 100 | 1110000 | 1010010 | 1001100 |
Color Harmonies of #9BF48E
Complementary color
Monochromatic Colors of #9BF48E
Black with #9BF48E
Text Example
Text Example
White with #9BF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF48E; }
p { color: rgb(155,244,142); }
H1.HeaderClassName
{
color: #9BF48E;
}
.AnyTagClassName
{
color: #9BF48E;
}
</style>
background-color css
<style>
a { background-color: #9BF48E; }
a { background-color: rgb(155,244,142); }
div.DivClassName
{
background-color: #9BF48E;
}
.BgClassName
{
background-color: #9BF48E;
}
</style>
border-color css
<style>
span { border-color: #9BF48E; }
span { border-color: rgb(155,244,142); }
td.TdClassName
{
border-color: #9BF48E;
}
.TagClassName
{
border-color: #9BF48E;
}
</style>