Shades of Pale Green #93FAA6
Tints of Pale Green #93FAA6
RGB
CMYK
RGB Variations
Color information
#93FAA6 (or 0x93FAA6) is known color: Pale Green. HEX triplet: 93, FA and A6. RGB value is (147,250,166). Sum of RGB (Red+Green+Blue) = 147+250+166=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FAA6 is #6C0559. Grayscale: #D1D1D1. Windows color (decimal): -7079258 or 10943123. OLE color: 10943123.
HSL color Cylindrical-coordinate representation of color #93FAA6: hue angle of 131.07º 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 #93FAA6 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 166 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.02 |
| HSL | 131.07º | 0.91% | 0.78% | - |
| HSV(B) | 131.07º | 0.41% | 0.98% | - |
| XYZ | 53.1 | 77.33 | 48.2 | - |
| YUV | 209.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 166 | 0.41 | 0 | 0.34 | 0.02 | 131.07 | 0.91 | 0.78 |
| Hex | 93 | FA | A6 | 29 | 0 | 22 | 2 | 83 | 5B | 4E |
| Octal | 223 | 372 | 246 | 51 | 0 | 42 | 2 | 203 | 133 | 116 |
| Binary | 10010011 | 11111010 | 10100110 | 101001 | 0 | 100010 | 10 | 10000011 | 1011011 | 1001110 |
Color Harmonies of #93FAA6
Complementary color
Monochromatic Colors of #93FAA6
Black with #93FAA6
Text Example
Text Example
White with #93FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FAA6; }
p { color: rgb(147,250,166); }
H1.HeaderClassName
{
color: #93FAA6;
}
.AnyTagClassName
{
color: #93FAA6;
}
</style>
background-color css
<style>
a { background-color: #93FAA6; }
a { background-color: rgb(147,250,166); }
div.DivClassName
{
background-color: #93FAA6;
}
.BgClassName
{
background-color: #93FAA6;
}
</style>
border-color css
<style>
span { border-color: #93FAA6; }
span { border-color: rgb(147,250,166); }
td.TdClassName
{
border-color: #93FAA6;
}
.TagClassName
{
border-color: #93FAA6;
}
</style>