Shades of Pale Green #93EFA2
Tints of Pale Green #93EFA2
RGB
CMYK
RGB Variations
Color information
#93EFA2 (or 0x93EFA2) is known color: Pale Green. HEX triplet: 93, EF and A2. RGB value is (147,239,162). Sum of RGB (Red+Green+Blue) = 147+239+162=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EFA2 is #6C105D. Grayscale: #CACACA. Windows color (decimal): -7082078 or 10678163. OLE color: 10678163.
HSL color Cylindrical-coordinate representation of color #93EFA2: hue angle of 129.78º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFA2 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 162 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.06 |
| HSL | 129.78º | 0.74% | 0.76% | - |
| HSV(B) | 129.78º | 0.38% | 0.94% | - |
| XYZ | 49.42 | 70.54 | 45.19 | - |
| YUV | 202.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 162 | 0.38 | 0 | 0.32 | 0.06 | 129.78 | 0.74 | 0.76 |
| Hex | 93 | EF | A2 | 26 | 0 | 20 | 6 | 82 | 4A | 4C |
| Octal | 223 | 357 | 242 | 46 | 0 | 40 | 6 | 202 | 112 | 114 |
| Binary | 10010011 | 11101111 | 10100010 | 100110 | 0 | 100000 | 110 | 10000010 | 1001010 | 1001100 |
Color Harmonies of #93EFA2
Complementary color
Monochromatic Colors of #93EFA2
Black with #93EFA2
Text Example
Text Example
White with #93EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFA2; }
p { color: rgb(147,239,162); }
H1.HeaderClassName
{
color: #93EFA2;
}
.AnyTagClassName
{
color: #93EFA2;
}
</style>
background-color css
<style>
a { background-color: #93EFA2; }
a { background-color: rgb(147,239,162); }
div.DivClassName
{
background-color: #93EFA2;
}
.BgClassName
{
background-color: #93EFA2;
}
</style>
border-color css
<style>
span { border-color: #93EFA2; }
span { border-color: rgb(147,239,162); }
td.TdClassName
{
border-color: #93EFA2;
}
.TagClassName
{
border-color: #93EFA2;
}
</style>