Shades of Light Green #81ECA1
Tints of Light Green #81ECA1
RGB
CMYK
RGB Variations
Color information
#81ECA1 (or 0x81ECA1) is known color: Light Green. HEX triplet: 81, EC and A1. RGB value is (129,236,161). Sum of RGB (Red+Green+Blue) = 129+236+161=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #81ECA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81ECA1 is #7E135E. Grayscale: #C3C3C3. Windows color (decimal): -8262495 or 10611841. OLE color: 10611841.
HSL color Cylindrical-coordinate representation of color #81ECA1: hue angle of 137.94º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ECA1 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 161 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.07 |
| HSL | 137.94º | 0.74% | 0.72% | - |
| HSV(B) | 137.94º | 0.45% | 0.93% | - |
| XYZ | 45.48 | 67.23 | 44.3 | - |
| YUV | 195.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 161 | 0.45 | 0 | 0.32 | 0.07 | 137.94 | 0.74 | 0.72 |
| Hex | 81 | EC | A1 | 2D | 0 | 20 | 7 | 8A | 4A | 48 |
| Octal | 201 | 354 | 241 | 55 | 0 | 40 | 7 | 212 | 112 | 110 |
| Binary | 10000001 | 11101100 | 10100001 | 101101 | 0 | 100000 | 111 | 10001010 | 1001010 | 1001000 |
Color Harmonies of #81ECA1
Complementary color
Monochromatic Colors of #81ECA1
Black with #81ECA1
Text Example
Text Example
White with #81ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ECA1; }
p { color: rgb(129,236,161); }
H1.HeaderClassName
{
color: #81ECA1;
}
.AnyTagClassName
{
color: #81ECA1;
}
</style>
background-color css
<style>
a { background-color: #81ECA1; }
a { background-color: rgb(129,236,161); }
div.DivClassName
{
background-color: #81ECA1;
}
.BgClassName
{
background-color: #81ECA1;
}
</style>
border-color css
<style>
span { border-color: #81ECA1; }
span { border-color: rgb(129,236,161); }
td.TdClassName
{
border-color: #81ECA1;
}
.TagClassName
{
border-color: #81ECA1;
}
</style>