Shades of Pale Green #93FA9D
Tints of Pale Green #93FA9D
RGB
CMYK
RGB Variations
Color information
#93FA9D (or 0x93FA9D) is known color: Pale Green. HEX triplet: 93, FA and 9D. RGB value is (147,250,157). Sum of RGB (Red+Green+Blue) = 147+250+157=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FA9D is #6C0562. Grayscale: #D0D0D0. Windows color (decimal): -7079267 or 10353299. OLE color: 10353299.
HSL color Cylindrical-coordinate representation of color #93FA9D: hue angle of 125.83º degrees, saturation: 0.91, 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 #93FA9D is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 157 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.02 |
| HSL | 125.83º | 0.91% | 0.78% | - |
| HSV(B) | 125.83º | 0.41% | 0.98% | - |
| XYZ | 52.3 | 77.01 | 44.01 | - |
| YUV | 208.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 157 | 0.41 | 0 | 0.37 | 0.02 | 125.83 | 0.91 | 0.78 |
| Hex | 93 | FA | 9D | 29 | 0 | 25 | 2 | 7E | 5B | 4E |
| Octal | 223 | 372 | 235 | 51 | 0 | 45 | 2 | 176 | 133 | 116 |
| Binary | 10010011 | 11111010 | 10011101 | 101001 | 0 | 100101 | 10 | 1111110 | 1011011 | 1001110 |
Color Harmonies of #93FA9D
Complementary color
Monochromatic Colors of #93FA9D
Black with #93FA9D
Text Example
Text Example
White with #93FA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FA9D; }
p { color: rgb(147,250,157); }
H1.HeaderClassName
{
color: #93FA9D;
}
.AnyTagClassName
{
color: #93FA9D;
}
</style>
background-color css
<style>
a { background-color: #93FA9D; }
a { background-color: rgb(147,250,157); }
div.DivClassName
{
background-color: #93FA9D;
}
.BgClassName
{
background-color: #93FA9D;
}
</style>
border-color css
<style>
span { border-color: #93FA9D; }
span { border-color: rgb(147,250,157); }
td.TdClassName
{
border-color: #93FA9D;
}
.TagClassName
{
border-color: #93FA9D;
}
</style>