Shades of Pale Green #93FBAB
Tints of Pale Green #93FBAB
RGB
CMYK
RGB Variations
Color information
#93FBAB (or 0x93FBAB) is known color: Pale Green. HEX triplet: 93, FB and AB. RGB value is (147,251,171). Sum of RGB (Red+Green+Blue) = 147+251+171=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FBAB is #6C0454. Grayscale: #D3D3D3. Windows color (decimal): -7078997 or 11271059. OLE color: 11271059.
HSL color Cylindrical-coordinate representation of color #93FBAB: hue angle of 133.85º 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 #93FBAB is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 251 | 171 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.02 |
| HSL | 133.85º | 0.93% | 0.78% | - |
| HSV(B) | 133.85º | 0.41% | 0.98% | - |
| XYZ | 53.88 | 78.14 | 50.77 | - |
| YUV | 210.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 251 | 171 | 0.41 | 0 | 0.32 | 0.02 | 133.85 | 0.93 | 0.78 |
| Hex | 93 | FB | AB | 29 | 0 | 20 | 2 | 86 | 5D | 4E |
| Octal | 223 | 373 | 253 | 51 | 0 | 40 | 2 | 206 | 135 | 116 |
| Binary | 10010011 | 11111011 | 10101011 | 101001 | 0 | 100000 | 10 | 10000110 | 1011101 | 1001110 |
Color Harmonies of #93FBAB
Complementary color
Monochromatic Colors of #93FBAB
Black with #93FBAB
Text Example
Text Example
White with #93FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FBAB; }
p { color: rgb(147,251,171); }
H1.HeaderClassName
{
color: #93FBAB;
}
.AnyTagClassName
{
color: #93FBAB;
}
</style>
background-color css
<style>
a { background-color: #93FBAB; }
a { background-color: rgb(147,251,171); }
div.DivClassName
{
background-color: #93FBAB;
}
.BgClassName
{
background-color: #93FBAB;
}
</style>
border-color css
<style>
span { border-color: #93FBAB; }
span { border-color: rgb(147,251,171); }
td.TdClassName
{
border-color: #93FBAB;
}
.TagClassName
{
border-color: #93FBAB;
}
</style>