Shades of Pale Green #93FCAB
Tints of Pale Green #93FCAB
RGB
CMYK
RGB Variations
Color information
#93FCAB (or 0x93FCAB) is known color: Pale Green. HEX triplet: 93, FC and AB. RGB value is (147,252,171). Sum of RGB (Red+Green+Blue) = 147+252+171=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FCAB is #6C0354. Grayscale: #D3D3D3. Windows color (decimal): -7078741 or 11271315. OLE color: 11271315.
HSL color Cylindrical-coordinate representation of color #93FCAB: hue angle of 133.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCAB is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 171 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.01 |
| HSL | 133.71º | 0.95% | 0.78% | - |
| HSV(B) | 133.71º | 0.42% | 0.99% | - |
| XYZ | 54.19 | 78.76 | 50.87 | - |
| YUV | 211.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 171 | 0.42 | 0 | 0.32 | 0.01 | 133.71 | 0.95 | 0.78 |
| Hex | 93 | FC | AB | 2A | 0 | 20 | 1 | 86 | 5F | 4E |
| Octal | 223 | 374 | 253 | 52 | 0 | 40 | 1 | 206 | 137 | 116 |
| Binary | 10010011 | 11111100 | 10101011 | 101010 | 0 | 100000 | 1 | 10000110 | 1011111 | 1001110 |
Color Harmonies of #93FCAB
Complementary color
Monochromatic Colors of #93FCAB
Black with #93FCAB
Text Example
Text Example
White with #93FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCAB; }
p { color: rgb(147,252,171); }
H1.HeaderClassName
{
color: #93FCAB;
}
.AnyTagClassName
{
color: #93FCAB;
}
</style>
background-color css
<style>
a { background-color: #93FCAB; }
a { background-color: rgb(147,252,171); }
div.DivClassName
{
background-color: #93FCAB;
}
.BgClassName
{
background-color: #93FCAB;
}
</style>
border-color css
<style>
span { border-color: #93FCAB; }
span { border-color: rgb(147,252,171); }
td.TdClassName
{
border-color: #93FCAB;
}
.TagClassName
{
border-color: #93FCAB;
}
</style>