Shades of Pale Green #93FAAA
Tints of Pale Green #93FAAA
RGB
CMYK
RGB Variations
Color information
#93FAAA (or 0x93FAAA) is known color: Pale Green. HEX triplet: 93, FA and AA. RGB value is (147,250,170). Sum of RGB (Red+Green+Blue) = 147+250+170=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FAAA is #6C0555. Grayscale: #D2D2D2. Windows color (decimal): -7079254 or 11205267. OLE color: 11205267.
HSL color Cylindrical-coordinate representation of color #93FAAA: hue angle of 133.4º 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 #93FAAA is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 170 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.02 |
| HSL | 133.4º | 0.91% | 0.78% | - |
| HSV(B) | 133.4º | 0.41% | 0.98% | - |
| XYZ | 53.47 | 77.48 | 50.17 | - |
| YUV | 210.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 170 | 0.41 | 0 | 0.32 | 0.02 | 133.4 | 0.91 | 0.78 |
| Hex | 93 | FA | AA | 29 | 0 | 20 | 2 | 85 | 5B | 4E |
| Octal | 223 | 372 | 252 | 51 | 0 | 40 | 2 | 205 | 133 | 116 |
| Binary | 10010011 | 11111010 | 10101010 | 101001 | 0 | 100000 | 10 | 10000101 | 1011011 | 1001110 |
Color Harmonies of #93FAAA
Complementary color
Monochromatic Colors of #93FAAA
Black with #93FAAA
Text Example
Text Example
White with #93FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FAAA; }
p { color: rgb(147,250,170); }
H1.HeaderClassName
{
color: #93FAAA;
}
.AnyTagClassName
{
color: #93FAAA;
}
</style>
background-color css
<style>
a { background-color: #93FAAA; }
a { background-color: rgb(147,250,170); }
div.DivClassName
{
background-color: #93FAAA;
}
.BgClassName
{
background-color: #93FAAA;
}
</style>
border-color css
<style>
span { border-color: #93FAAA; }
span { border-color: rgb(147,250,170); }
td.TdClassName
{
border-color: #93FAAA;
}
.TagClassName
{
border-color: #93FAAA;
}
</style>