Shades of Conifer #9CE05A
Tints of Conifer #9CE05A
RGB
CMYK
RGB Variations
Color information
#9CE05A (or 0x9CE05A) is known color: Conifer. HEX triplet: 9C, E0 and 5A. RGB value is (156,224,90). Sum of RGB (Red+Green+Blue) = 156+224+90=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE05A is #631FA5. Grayscale: #BCBCBC. Windows color (decimal): -6496166 or 5955740. OLE color: 5955740.
HSL color Cylindrical-coordinate representation of color #9CE05A: hue angle of 90.45º degrees, saturation: 0.68, 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 #9CE05A is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 90 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.12 |
| HSL | 90.45º | 0.68% | 0.62% | - |
| HSV(B) | 90.45º | 0.6% | 0.88% | - |
| XYZ | 42.21 | 61.12 | 19.24 | - |
| YUV | 188.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 90 | 0.30 | 0 | 0.60 | 0.12 | 90.45 | 0.68 | 0.62 |
| Hex | 9C | E0 | 5A | 1E | 0 | 3C | C | 5A | 44 | 3E |
| Octal | 234 | 340 | 132 | 36 | 0 | 74 | 14 | 132 | 104 | 76 |
| Binary | 10011100 | 11100000 | 1011010 | 11110 | 0 | 111100 | 1100 | 1011010 | 1000100 | 111110 |
Color Harmonies of #9CE05A
Complementary color
Monochromatic Colors of #9CE05A
Black with #9CE05A
Text Example
Text Example
White with #9CE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE05A; }
p { color: rgb(156,224,90); }
H1.HeaderClassName
{
color: #9CE05A;
}
.AnyTagClassName
{
color: #9CE05A;
}
</style>
background-color css
<style>
a { background-color: #9CE05A; }
a { background-color: rgb(156,224,90); }
div.DivClassName
{
background-color: #9CE05A;
}
.BgClassName
{
background-color: #9CE05A;
}
</style>
border-color css
<style>
span { border-color: #9CE05A; }
span { border-color: rgb(156,224,90); }
td.TdClassName
{
border-color: #9CE05A;
}
.TagClassName
{
border-color: #9CE05A;
}
</style>