Shades of Light Green #72EC9A
Tints of Light Green #72EC9A
RGB
CMYK
RGB Variations
Color information
#72EC9A (or 0x72EC9A) is known color: Light Green. HEX triplet: 72, EC and 9A. RGB value is (114,236,154). Sum of RGB (Red+Green+Blue) = 114+236+154=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EC9A is #8D1365. Grayscale: #BEBEBE. Windows color (decimal): -9245542 or 10153074. OLE color: 10153074.
HSL color Cylindrical-coordinate representation of color #72EC9A: hue angle of 139.67º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EC9A is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 154 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.07 |
| HSL | 139.67º | 0.76% | 0.69% | - |
| HSV(B) | 139.67º | 0.52% | 0.93% | - |
| XYZ | 42.77 | 65.9 | 41.04 | - |
| YUV | 190.17 | 107.58 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 154 | 0.52 | 0 | 0.35 | 0.07 | 139.67 | 0.76 | 0.69 |
| Hex | 72 | EC | 9A | 34 | 0 | 23 | 7 | 8C | 4C | 45 |
| Octal | 162 | 354 | 232 | 64 | 0 | 43 | 7 | 214 | 114 | 105 |
| Binary | 1110010 | 11101100 | 10011010 | 110100 | 0 | 100011 | 111 | 10001100 | 1001100 | 1000101 |
Color Harmonies of #72EC9A
Complementary color
Monochromatic Colors of #72EC9A
Black with #72EC9A
Text Example
Text Example
White with #72EC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72EC9A; }
p { color: rgb(114,236,154); }
H1.HeaderClassName
{
color: #72EC9A;
}
.AnyTagClassName
{
color: #72EC9A;
}
</style>
background-color css
<style>
a { background-color: #72EC9A; }
a { background-color: rgb(114,236,154); }
div.DivClassName
{
background-color: #72EC9A;
}
.BgClassName
{
background-color: #72EC9A;
}
</style>
border-color css
<style>
span { border-color: #72EC9A; }
span { border-color: rgb(114,236,154); }
td.TdClassName
{
border-color: #72EC9A;
}
.TagClassName
{
border-color: #72EC9A;
}
</style>