Shades of Pale Green #93F1A1
Tints of Pale Green #93F1A1
RGB
CMYK
RGB Variations
Color information
#93F1A1 (or 0x93F1A1) is known color: Pale Green. HEX triplet: 93, F1 and A1. RGB value is (147,241,161). Sum of RGB (Red+Green+Blue) = 147+241+161=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F1A1 is #6C0E5E. Grayscale: #CCCCCC. Windows color (decimal): -7081567 or 10613139. OLE color: 10613139.
HSL color Cylindrical-coordinate representation of color #93F1A1: hue angle of 128.94º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F1A1 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 241 | 161 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.05 |
| HSL | 128.94º | 0.77% | 0.76% | - |
| HSV(B) | 128.94º | 0.39% | 0.95% | - |
| XYZ | 49.92 | 71.69 | 44.92 | - |
| YUV | 203.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 241 | 161 | 0.39 | 0 | 0.33 | 0.05 | 128.94 | 0.77 | 0.76 |
| Hex | 93 | F1 | A1 | 27 | 0 | 21 | 5 | 81 | 4D | 4C |
| Octal | 223 | 361 | 241 | 47 | 0 | 41 | 5 | 201 | 115 | 114 |
| Binary | 10010011 | 11110001 | 10100001 | 100111 | 0 | 100001 | 101 | 10000001 | 1001101 | 1001100 |
Color Harmonies of #93F1A1
Complementary color
Monochromatic Colors of #93F1A1
Black with #93F1A1
Text Example
Text Example
White with #93F1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F1A1; }
p { color: rgb(147,241,161); }
H1.HeaderClassName
{
color: #93F1A1;
}
.AnyTagClassName
{
color: #93F1A1;
}
</style>
background-color css
<style>
a { background-color: #93F1A1; }
a { background-color: rgb(147,241,161); }
div.DivClassName
{
background-color: #93F1A1;
}
.BgClassName
{
background-color: #93F1A1;
}
</style>
border-color css
<style>
span { border-color: #93F1A1; }
span { border-color: rgb(147,241,161); }
td.TdClassName
{
border-color: #93F1A1;
}
.TagClassName
{
border-color: #93F1A1;
}
</style>