Shades of Pale Green #93FBA0
Tints of Pale Green #93FBA0
RGB
CMYK
RGB Variations
Color information
#93FBA0 (or 0x93FBA0) is known color: Pale Green. HEX triplet: 93, FB and A0. RGB value is (147,251,160). Sum of RGB (Red+Green+Blue) = 147+251+160=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FBA0 is #6C045F. Grayscale: #D1D1D1. Windows color (decimal): -7079008 or 10550163. OLE color: 10550163.
HSL color Cylindrical-coordinate representation of color #93FBA0: hue angle of 127.5º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FBA0 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 251 | 160 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.02 |
| HSL | 127.5º | 0.93% | 0.78% | - |
| HSV(B) | 127.5º | 0.41% | 0.98% | - |
| XYZ | 52.87 | 77.74 | 45.48 | - |
| YUV | 209.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 251 | 160 | 0.41 | 0 | 0.36 | 0.02 | 127.5 | 0.93 | 0.78 |
| Hex | 93 | FB | A0 | 29 | 0 | 24 | 2 | 80 | 5D | 4E |
| Octal | 223 | 373 | 240 | 51 | 0 | 44 | 2 | 200 | 135 | 116 |
| Binary | 10010011 | 11111011 | 10100000 | 101001 | 0 | 100100 | 10 | 10000000 | 1011101 | 1001110 |
Color Harmonies of #93FBA0
Complementary color
Monochromatic Colors of #93FBA0
Black with #93FBA0
Text Example
Text Example
White with #93FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FBA0; }
p { color: rgb(147,251,160); }
H1.HeaderClassName
{
color: #93FBA0;
}
.AnyTagClassName
{
color: #93FBA0;
}
</style>
background-color css
<style>
a { background-color: #93FBA0; }
a { background-color: rgb(147,251,160); }
div.DivClassName
{
background-color: #93FBA0;
}
.BgClassName
{
background-color: #93FBA0;
}
</style>
border-color css
<style>
span { border-color: #93FBA0; }
span { border-color: rgb(147,251,160); }
td.TdClassName
{
border-color: #93FBA0;
}
.TagClassName
{
border-color: #93FBA0;
}
</style>