Shades of Conifer #92EC5A
Tints of Conifer #92EC5A
RGB
CMYK
RGB Variations
Color information
#92EC5A (or 0x92EC5A) is known color: Conifer. HEX triplet: 92, EC and 5A. RGB value is (146,236,90). Sum of RGB (Red+Green+Blue) = 146+236+90=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EC5A is #6D13A5. Grayscale: #C0C0C0. Windows color (decimal): -7148454 or 5958802. OLE color: 5958802.
HSL color Cylindrical-coordinate representation of color #92EC5A: hue angle of 96.99º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92EC5A is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 90 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.07 |
| HSL | 96.99º | 0.79% | 0.64% | - |
| HSV(B) | 96.99º | 0.62% | 0.93% | - |
| XYZ | 43.69 | 66.84 | 20.27 | - |
| YUV | 192.45 | 70.18 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 90 | 0.38 | 0 | 0.62 | 0.07 | 96.99 | 0.79 | 0.64 |
| Hex | 92 | EC | 5A | 26 | 0 | 3E | 7 | 61 | 4F | 40 |
| Octal | 222 | 354 | 132 | 46 | 0 | 76 | 7 | 141 | 117 | 100 |
| Binary | 10010010 | 11101100 | 1011010 | 100110 | 0 | 111110 | 111 | 1100001 | 1001111 | 1000000 |
Color Harmonies of #92EC5A
Complementary color
Monochromatic Colors of #92EC5A
Black with #92EC5A
Text Example
Text Example
White with #92EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC5A; }
p { color: rgb(146,236,90); }
H1.HeaderClassName
{
color: #92EC5A;
}
.AnyTagClassName
{
color: #92EC5A;
}
</style>
background-color css
<style>
a { background-color: #92EC5A; }
a { background-color: rgb(146,236,90); }
div.DivClassName
{
background-color: #92EC5A;
}
.BgClassName
{
background-color: #92EC5A;
}
</style>
border-color css
<style>
span { border-color: #92EC5A; }
span { border-color: rgb(146,236,90); }
td.TdClassName
{
border-color: #92EC5A;
}
.TagClassName
{
border-color: #92EC5A;
}
</style>