Shades of Conifer #9CF85A
Tints of Conifer #9CF85A
RGB
CMYK
RGB Variations
Color information
#9CF85A (or 0x9CF85A) is known color: Conifer. HEX triplet: 9C, F8 and 5A. RGB value is (156,248,90). Sum of RGB (Red+Green+Blue) = 156+248+90=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF85A is #6307A5. Grayscale: #CBCBCB. Windows color (decimal): -6490022 or 5961884. OLE color: 5961884.
HSL color Cylindrical-coordinate representation of color #9CF85A: hue angle of 94.94º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CF85A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 248 | 90 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.03 |
| HSL | 94.94º | 0.92% | 0.66% | - |
| HSV(B) | 94.94º | 0.64% | 0.97% | - |
| XYZ | 49.12 | 74.94 | 21.55 | - |
| YUV | 202.48 | 64.52 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 248 | 90 | 0.37 | 0 | 0.64 | 0.03 | 94.94 | 0.92 | 0.66 |
| Hex | 9C | F8 | 5A | 25 | 0 | 40 | 3 | 5F | 5C | 42 |
| Octal | 234 | 370 | 132 | 45 | 0 | 100 | 3 | 137 | 134 | 102 |
| Binary | 10011100 | 11111000 | 1011010 | 100101 | 0 | 1000000 | 11 | 1011111 | 1011100 | 1000010 |
Color Harmonies of #9CF85A
Complementary color
Monochromatic Colors of #9CF85A
Black with #9CF85A
Text Example
Text Example
White with #9CF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF85A; }
p { color: rgb(156,248,90); }
H1.HeaderClassName
{
color: #9CF85A;
}
.AnyTagClassName
{
color: #9CF85A;
}
</style>
background-color css
<style>
a { background-color: #9CF85A; }
a { background-color: rgb(156,248,90); }
div.DivClassName
{
background-color: #9CF85A;
}
.BgClassName
{
background-color: #9CF85A;
}
</style>
border-color css
<style>
span { border-color: #9CF85A; }
span { border-color: rgb(156,248,90); }
td.TdClassName
{
border-color: #9CF85A;
}
.TagClassName
{
border-color: #9CF85A;
}
</style>