Shades of Pale Green #93F0A6
Tints of Pale Green #93F0A6
RGB
CMYK
RGB Variations
Color information
#93F0A6 (or 0x93F0A6) is known color: Pale Green. HEX triplet: 93, F0 and A6. RGB value is (147,240,166). Sum of RGB (Red+Green+Blue) = 147+240+166=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F0A6 is #6C0F59. Grayscale: #CBCBCB. Windows color (decimal): -7081818 or 10940563. OLE color: 10940563.
HSL color Cylindrical-coordinate representation of color #93F0A6: hue angle of 132.26º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0A6 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 166 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.06 |
| HSL | 132.26º | 0.76% | 0.76% | - |
| HSV(B) | 132.26º | 0.39% | 0.94% | - |
| XYZ | 50.08 | 71.28 | 47.19 | - |
| YUV | 203.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 166 | 0.39 | 0 | 0.31 | 0.06 | 132.26 | 0.76 | 0.76 |
| Hex | 93 | F0 | A6 | 27 | 0 | 1F | 6 | 84 | 4C | 4C |
| Octal | 223 | 360 | 246 | 47 | 0 | 37 | 6 | 204 | 114 | 114 |
| Binary | 10010011 | 11110000 | 10100110 | 100111 | 0 | 11111 | 110 | 10000100 | 1001100 | 1001100 |
Color Harmonies of #93F0A6
Complementary color
Monochromatic Colors of #93F0A6
Black with #93F0A6
Text Example
Text Example
White with #93F0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0A6; }
p { color: rgb(147,240,166); }
H1.HeaderClassName
{
color: #93F0A6;
}
.AnyTagClassName
{
color: #93F0A6;
}
</style>
background-color css
<style>
a { background-color: #93F0A6; }
a { background-color: rgb(147,240,166); }
div.DivClassName
{
background-color: #93F0A6;
}
.BgClassName
{
background-color: #93F0A6;
}
</style>
border-color css
<style>
span { border-color: #93F0A6; }
span { border-color: rgb(147,240,166); }
td.TdClassName
{
border-color: #93F0A6;
}
.TagClassName
{
border-color: #93F0A6;
}
</style>