Shades of Conifer #99E15A
Tints of Conifer #99E15A
RGB
CMYK
RGB Variations
Color information
#99E15A (or 0x99E15A) is known color: Conifer. HEX triplet: 99, E1 and 5A. RGB value is (153,225,90). Sum of RGB (Red+Green+Blue) = 153+225+90=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #99E15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E15A is #661EA5. Grayscale: #BCBCBC. Windows color (decimal): -6692518 or 5955993. OLE color: 5955993.
HSL color Cylindrical-coordinate representation of color #99E15A: hue angle of 92º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99E15A is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 225 | 90 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.12 |
| HSL | 92º | 0.69% | 0.62% | - |
| HSV(B) | 92º | 0.6% | 0.88% | - |
| XYZ | 41.91 | 61.36 | 19.31 | - |
| YUV | 188.08 | 72.65 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 90 | 0.32 | 0 | 0.60 | 0.12 | 92 | 0.69 | 0.62 |
| Hex | 99 | E1 | 5A | 20 | 0 | 3C | C | 5C | 45 | 3E |
| Octal | 231 | 341 | 132 | 40 | 0 | 74 | 14 | 134 | 105 | 76 |
| Binary | 10011001 | 11100001 | 1011010 | 100000 | 0 | 111100 | 1100 | 1011100 | 1000101 | 111110 |
Color Harmonies of #99E15A
Complementary color
Monochromatic Colors of #99E15A
Black with #99E15A
Text Example
Text Example
White with #99E15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E15A; }
p { color: rgb(153,225,90); }
H1.HeaderClassName
{
color: #99E15A;
}
.AnyTagClassName
{
color: #99E15A;
}
</style>
background-color css
<style>
a { background-color: #99E15A; }
a { background-color: rgb(153,225,90); }
div.DivClassName
{
background-color: #99E15A;
}
.BgClassName
{
background-color: #99E15A;
}
</style>
border-color css
<style>
span { border-color: #99E15A; }
span { border-color: rgb(153,225,90); }
td.TdClassName
{
border-color: #99E15A;
}
.TagClassName
{
border-color: #99E15A;
}
</style>