Shades of Light Green #93F96A
Tints of Light Green #93F96A
RGB
CMYK
RGB Variations
Color information
#93F96A (or 0x93F96A) is known color: Light Green. HEX triplet: 93, F9 and 6A. RGB value is (147,249,106). Sum of RGB (Red+Green+Blue) = 147+249+106=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #93F96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F96A is #6C0695. Grayscale: #CACACA. Windows color (decimal): -7079574 or 7010707. OLE color: 7010707.
HSL color Cylindrical-coordinate representation of color #93F96A: hue angle of 102.8º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93F96A is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 249 | 106 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.02 |
| HSL | 102.8º | 0.92% | 0.7% | - |
| HSV(B) | 102.8º | 0.57% | 0.98% | - |
| XYZ | 48.51 | 75 | 25.55 | - |
| YUV | 202.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 249 | 106 | 0.41 | 0 | 0.57 | 0.02 | 102.8 | 0.92 | 0.7 |
| Hex | 93 | F9 | 6A | 29 | 0 | 39 | 2 | 67 | 5C | 46 |
| Octal | 223 | 371 | 152 | 51 | 0 | 71 | 2 | 147 | 134 | 106 |
| Binary | 10010011 | 11111001 | 1101010 | 101001 | 0 | 111001 | 10 | 1100111 | 1011100 | 1000110 |
Color Harmonies of #93F96A
Complementary color
Monochromatic Colors of #93F96A
Black with #93F96A
Text Example
Text Example
White with #93F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F96A; }
p { color: rgb(147,249,106); }
H1.HeaderClassName
{
color: #93F96A;
}
.AnyTagClassName
{
color: #93F96A;
}
</style>
background-color css
<style>
a { background-color: #93F96A; }
a { background-color: rgb(147,249,106); }
div.DivClassName
{
background-color: #93F96A;
}
.BgClassName
{
background-color: #93F96A;
}
</style>
border-color css
<style>
span { border-color: #93F96A; }
span { border-color: rgb(147,249,106); }
td.TdClassName
{
border-color: #93F96A;
}
.TagClassName
{
border-color: #93F96A;
}
</style>