Shades of Conifer #9CF04B
Tints of Conifer #9CF04B
RGB
CMYK
RGB Variations
Color information
#9CF04B (or 0x9CF04B) is known color: Conifer. HEX triplet: 9C, F0 and 4B. RGB value is (156,240,75). Sum of RGB (Red+Green+Blue) = 156+240+75=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CF04B is #630FB4. Grayscale: #C4C4C4. Windows color (decimal): -6492085 or 4976796. OLE color: 4976796.
HSL color Cylindrical-coordinate representation of color #9CF04B: hue angle of 90.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CF04B is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 75 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.06 |
| HSL | 90.55º | 0.85% | 0.62% | - |
| HSV(B) | 90.55º | 0.69% | 0.94% | - |
| XYZ | 46.14 | 69.9 | 17.72 | - |
| YUV | 196.07 | 59.67 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 75 | 0.35 | 0 | 0.69 | 0.06 | 90.55 | 0.85 | 0.62 |
| Hex | 9C | F0 | 4B | 23 | 0 | 45 | 6 | 5B | 55 | 3E |
| Octal | 234 | 360 | 113 | 43 | 0 | 105 | 6 | 133 | 125 | 76 |
| Binary | 10011100 | 11110000 | 1001011 | 100011 | 0 | 1000101 | 110 | 1011011 | 1010101 | 111110 |
Color Harmonies of #9CF04B
Complementary color
Monochromatic Colors of #9CF04B
Black with #9CF04B
Text Example
Text Example
White with #9CF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF04B; }
p { color: rgb(156,240,75); }
H1.HeaderClassName
{
color: #9CF04B;
}
.AnyTagClassName
{
color: #9CF04B;
}
</style>
background-color css
<style>
a { background-color: #9CF04B; }
a { background-color: rgb(156,240,75); }
div.DivClassName
{
background-color: #9CF04B;
}
.BgClassName
{
background-color: #9CF04B;
}
</style>
border-color css
<style>
span { border-color: #9CF04B; }
span { border-color: rgb(156,240,75); }
td.TdClassName
{
border-color: #9CF04B;
}
.TagClassName
{
border-color: #9CF04B;
}
</style>