Shades of Pale Green #93F0A2
Tints of Pale Green #93F0A2
RGB
CMYK
RGB Variations
Color information
#93F0A2 (or 0x93F0A2) is known color: Pale Green. HEX triplet: 93, F0 and A2. RGB value is (147,240,162). Sum of RGB (Red+Green+Blue) = 147+240+162=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F0A2 is #6C0F5D. Grayscale: #CBCBCB. Windows color (decimal): -7081822 or 10678419. OLE color: 10678419.
HSL color Cylindrical-coordinate representation of color #93F0A2: hue angle of 129.68º 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 #93F0A2 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 162 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.06 |
| HSL | 129.68º | 0.76% | 0.76% | - |
| HSV(B) | 129.68º | 0.39% | 0.94% | - |
| XYZ | 49.71 | 71.13 | 45.29 | - |
| YUV | 203.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 162 | 0.39 | 0 | 0.32 | 0.06 | 129.68 | 0.76 | 0.76 |
| Hex | 93 | F0 | A2 | 27 | 0 | 20 | 6 | 82 | 4C | 4C |
| Octal | 223 | 360 | 242 | 47 | 0 | 40 | 6 | 202 | 114 | 114 |
| Binary | 10010011 | 11110000 | 10100010 | 100111 | 0 | 100000 | 110 | 10000010 | 1001100 | 1001100 |
Color Harmonies of #93F0A2
Complementary color
Monochromatic Colors of #93F0A2
Black with #93F0A2
Text Example
Text Example
White with #93F0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0A2; }
p { color: rgb(147,240,162); }
H1.HeaderClassName
{
color: #93F0A2;
}
.AnyTagClassName
{
color: #93F0A2;
}
</style>
background-color css
<style>
a { background-color: #93F0A2; }
a { background-color: rgb(147,240,162); }
div.DivClassName
{
background-color: #93F0A2;
}
.BgClassName
{
background-color: #93F0A2;
}
</style>
border-color css
<style>
span { border-color: #93F0A2; }
span { border-color: rgb(147,240,162); }
td.TdClassName
{
border-color: #93F0A2;
}
.TagClassName
{
border-color: #93F0A2;
}
</style>