Shades of Conifer #9CFE5A
Tints of Conifer #9CFE5A
RGB
CMYK
RGB Variations
Color information
#9CFE5A (or 0x9CFE5A) is known color: Conifer. HEX triplet: 9C, FE and 5A. RGB value is (156,254,90). Sum of RGB (Red+Green+Blue) = 156+254+90=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFE5A is #6301A5. Grayscale: #CECECE. Windows color (decimal): -6488486 or 5963420. OLE color: 5963420.
HSL color Cylindrical-coordinate representation of color #9CFE5A: hue angle of 95.85º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CFE5A is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 90 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.00 |
| HSL | 95.85º | 0.99% | 0.67% | - |
| HSV(B) | 95.85º | 0.65% | 1% | - |
| XYZ | 51 | 78.69 | 22.17 | - |
| YUV | 206 | 62.53 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 90 | 0.39 | 0 | 0.65 | 0.00 | 95.85 | 0.99 | 0.67 |
| Hex | 9C | FE | 5A | 27 | 0 | 41 | 0 | 60 | 63 | 43 |
| Octal | 234 | 376 | 132 | 47 | 0 | 101 | 0 | 140 | 143 | 103 |
| Binary | 10011100 | 11111110 | 1011010 | 100111 | 0 | 1000001 | 0 | 1100000 | 1100011 | 1000011 |
Color Harmonies of #9CFE5A
Complementary color
Monochromatic Colors of #9CFE5A
Black with #9CFE5A
Text Example
Text Example
White with #9CFE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFE5A; }
p { color: rgb(156,254,90); }
H1.HeaderClassName
{
color: #9CFE5A;
}
.AnyTagClassName
{
color: #9CFE5A;
}
</style>
background-color css
<style>
a { background-color: #9CFE5A; }
a { background-color: rgb(156,254,90); }
div.DivClassName
{
background-color: #9CFE5A;
}
.BgClassName
{
background-color: #9CFE5A;
}
</style>
border-color css
<style>
span { border-color: #9CFE5A; }
span { border-color: rgb(156,254,90); }
td.TdClassName
{
border-color: #9CFE5A;
}
.TagClassName
{
border-color: #9CFE5A;
}
</style>