Shades of Conifer #94EE5A
Tints of Conifer #94EE5A
RGB
CMYK
RGB Variations
Color information
#94EE5A (or 0x94EE5A) is known color: Conifer. HEX triplet: 94, EE and 5A. RGB value is (148,238,90). Sum of RGB (Red+Green+Blue) = 148+238+90=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EE5A is #6B11A5. Grayscale: #C2C2C2. Windows color (decimal): -7016870 or 5959316. OLE color: 5959316.
HSL color Cylindrical-coordinate representation of color #94EE5A: hue angle of 96.49º degrees, saturation: 0.81, 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 #94EE5A is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 90 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.07 |
| HSL | 96.49º | 0.81% | 0.64% | - |
| HSV(B) | 96.49º | 0.62% | 0.93% | - |
| XYZ | 44.63 | 68.18 | 20.48 | - |
| YUV | 194.22 | 69.18 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 90 | 0.38 | 0 | 0.62 | 0.07 | 96.49 | 0.81 | 0.64 |
| Hex | 94 | EE | 5A | 26 | 0 | 3E | 7 | 60 | 51 | 40 |
| Octal | 224 | 356 | 132 | 46 | 0 | 76 | 7 | 140 | 121 | 100 |
| Binary | 10010100 | 11101110 | 1011010 | 100110 | 0 | 111110 | 111 | 1100000 | 1010001 | 1000000 |
Color Harmonies of #94EE5A
Complementary color
Monochromatic Colors of #94EE5A
Black with #94EE5A
Text Example
Text Example
White with #94EE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EE5A; }
p { color: rgb(148,238,90); }
H1.HeaderClassName
{
color: #94EE5A;
}
.AnyTagClassName
{
color: #94EE5A;
}
</style>
background-color css
<style>
a { background-color: #94EE5A; }
a { background-color: rgb(148,238,90); }
div.DivClassName
{
background-color: #94EE5A;
}
.BgClassName
{
background-color: #94EE5A;
}
</style>
border-color css
<style>
span { border-color: #94EE5A; }
span { border-color: rgb(148,238,90); }
td.TdClassName
{
border-color: #94EE5A;
}
.TagClassName
{
border-color: #94EE5A;
}
</style>