Shades of Light Green #92EAA1
Tints of Light Green #92EAA1
RGB
CMYK
RGB Variations
Color information
#92EAA1 (or 0x92EAA1) is known color: Light Green. HEX triplet: 92, EA and A1. RGB value is (146,234,161). Sum of RGB (Red+Green+Blue) = 146+234+161=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #92EAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EAA1 is #6D155E. Grayscale: #C7C7C7. Windows color (decimal): -7148895 or 10611346. OLE color: 10611346.
HSL color Cylindrical-coordinate representation of color #92EAA1: hue angle of 130.23º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EAA1 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 234 | 161 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.08 |
| HSL | 130.23º | 0.68% | 0.75% | - |
| HSV(B) | 130.23º | 0.38% | 0.92% | - |
| XYZ | 47.71 | 67.53 | 44.24 | - |
| YUV | 199.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 234 | 161 | 0.38 | 0 | 0.31 | 0.08 | 130.23 | 0.68 | 0.75 |
| Hex | 92 | EA | A1 | 26 | 0 | 1F | 8 | 82 | 44 | 4B |
| Octal | 222 | 352 | 241 | 46 | 0 | 37 | 10 | 202 | 104 | 113 |
| Binary | 10010010 | 11101010 | 10100001 | 100110 | 0 | 11111 | 1000 | 10000010 | 1000100 | 1001011 |
Color Harmonies of #92EAA1
Complementary color
Monochromatic Colors of #92EAA1
Black with #92EAA1
Text Example
Text Example
White with #92EAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EAA1; }
p { color: rgb(146,234,161); }
H1.HeaderClassName
{
color: #92EAA1;
}
.AnyTagClassName
{
color: #92EAA1;
}
</style>
background-color css
<style>
a { background-color: #92EAA1; }
a { background-color: rgb(146,234,161); }
div.DivClassName
{
background-color: #92EAA1;
}
.BgClassName
{
background-color: #92EAA1;
}
</style>
border-color css
<style>
span { border-color: #92EAA1; }
span { border-color: rgb(146,234,161); }
td.TdClassName
{
border-color: #92EAA1;
}
.TagClassName
{
border-color: #92EAA1;
}
</style>