Shades of Conifer #9CEF5A
Tints of Conifer #9CEF5A
RGB
CMYK
RGB Variations
Color information
#9CEF5A (or 0x9CEF5A) is known color: Conifer. HEX triplet: 9C, EF and 5A. RGB value is (156,239,90). Sum of RGB (Red+Green+Blue) = 156+239+90=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEF5A is #6310A5. Grayscale: #C5C5C5. Windows color (decimal): -6492326 or 5959580. OLE color: 5959580.
HSL color Cylindrical-coordinate representation of color #9CEF5A: hue angle of 93.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CEF5A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 239 | 90 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.06 |
| HSL | 93.42º | 0.82% | 0.65% | - |
| HSV(B) | 93.42º | 0.62% | 0.94% | - |
| XYZ | 46.42 | 69.54 | 20.65 | - |
| YUV | 197.2 | 67.5 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 90 | 0.35 | 0 | 0.62 | 0.06 | 93.42 | 0.82 | 0.65 |
| Hex | 9C | EF | 5A | 23 | 0 | 3E | 6 | 5D | 52 | 41 |
| Octal | 234 | 357 | 132 | 43 | 0 | 76 | 6 | 135 | 122 | 101 |
| Binary | 10011100 | 11101111 | 1011010 | 100011 | 0 | 111110 | 110 | 1011101 | 1010010 | 1000001 |
Color Harmonies of #9CEF5A
Complementary color
Monochromatic Colors of #9CEF5A
Black with #9CEF5A
Text Example
Text Example
White with #9CEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEF5A; }
p { color: rgb(156,239,90); }
H1.HeaderClassName
{
color: #9CEF5A;
}
.AnyTagClassName
{
color: #9CEF5A;
}
</style>
background-color css
<style>
a { background-color: #9CEF5A; }
a { background-color: rgb(156,239,90); }
div.DivClassName
{
background-color: #9CEF5A;
}
.BgClassName
{
background-color: #9CEF5A;
}
</style>
border-color css
<style>
span { border-color: #9CEF5A; }
span { border-color: rgb(156,239,90); }
td.TdClassName
{
border-color: #9CEF5A;
}
.TagClassName
{
border-color: #9CEF5A;
}
</style>