Shades of Conifer #9CE65A
Tints of Conifer #9CE65A
RGB
CMYK
RGB Variations
Color information
#9CE65A (or 0x9CE65A) is known color: Conifer. HEX triplet: 9C, E6 and 5A. RGB value is (156,230,90). Sum of RGB (Red+Green+Blue) = 156+230+90=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE65A is #6319A5. Grayscale: #C0C0C0. Windows color (decimal): -6494630 or 5957276. OLE color: 5957276.
HSL color Cylindrical-coordinate representation of color #9CE65A: hue angle of 91.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CE65A is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 230 | 90 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.10 |
| HSL | 91.71º | 0.74% | 0.63% | - |
| HSV(B) | 91.71º | 0.61% | 0.9% | - |
| XYZ | 43.85 | 64.4 | 19.79 | - |
| YUV | 191.91 | 70.48 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 230 | 90 | 0.32 | 0 | 0.61 | 0.10 | 91.71 | 0.74 | 0.63 |
| Hex | 9C | E6 | 5A | 20 | 0 | 3D | A | 5C | 4A | 3F |
| Octal | 234 | 346 | 132 | 40 | 0 | 75 | 12 | 134 | 112 | 77 |
| Binary | 10011100 | 11100110 | 1011010 | 100000 | 0 | 111101 | 1010 | 1011100 | 1001010 | 111111 |
Color Harmonies of #9CE65A
Complementary color
Monochromatic Colors of #9CE65A
Black with #9CE65A
Text Example
Text Example
White with #9CE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE65A; }
p { color: rgb(156,230,90); }
H1.HeaderClassName
{
color: #9CE65A;
}
.AnyTagClassName
{
color: #9CE65A;
}
</style>
background-color css
<style>
a { background-color: #9CE65A; }
a { background-color: rgb(156,230,90); }
div.DivClassName
{
background-color: #9CE65A;
}
.BgClassName
{
background-color: #9CE65A;
}
</style>
border-color css
<style>
span { border-color: #9CE65A; }
span { border-color: rgb(156,230,90); }
td.TdClassName
{
border-color: #9CE65A;
}
.TagClassName
{
border-color: #9CE65A;
}
</style>