Shades of Pale Green #93FCAF
Tints of Pale Green #93FCAF
RGB
CMYK
RGB Variations
Color information
#93FCAF (or 0x93FCAF) is known color: Pale Green. HEX triplet: 93, FC and AF. RGB value is (147,252,175). Sum of RGB (Red+Green+Blue) = 147+252+175=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FCAF is #6C0350. Grayscale: #D4D4D4. Windows color (decimal): -7078737 or 11533459. OLE color: 11533459.
HSL color Cylindrical-coordinate representation of color #93FCAF: hue angle of 136º 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 #93FCAF is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 175 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.01 |
| HSL | 136º | 0.95% | 0.78% | - |
| HSV(B) | 136º | 0.42% | 0.99% | - |
| XYZ | 54.58 | 78.92 | 52.91 | - |
| YUV | 211.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 175 | 0.42 | 0 | 0.31 | 0.01 | 136 | 0.95 | 0.78 |
| Hex | 93 | FC | AF | 2A | 0 | 1F | 1 | 88 | 5F | 4E |
| Octal | 223 | 374 | 257 | 52 | 0 | 37 | 1 | 210 | 137 | 116 |
| Binary | 10010011 | 11111100 | 10101111 | 101010 | 0 | 11111 | 1 | 10001000 | 1011111 | 1001110 |
Color Harmonies of #93FCAF
Complementary color
Monochromatic Colors of #93FCAF
Black with #93FCAF
Text Example
Text Example
White with #93FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCAF; }
p { color: rgb(147,252,175); }
H1.HeaderClassName
{
color: #93FCAF;
}
.AnyTagClassName
{
color: #93FCAF;
}
</style>
background-color css
<style>
a { background-color: #93FCAF; }
a { background-color: rgb(147,252,175); }
div.DivClassName
{
background-color: #93FCAF;
}
.BgClassName
{
background-color: #93FCAF;
}
</style>
border-color css
<style>
span { border-color: #93FCAF; }
span { border-color: rgb(147,252,175); }
td.TdClassName
{
border-color: #93FCAF;
}
.TagClassName
{
border-color: #93FCAF;
}
</style>