Shades of Conifer #9CF253
Tints of Conifer #9CF253
RGB
CMYK
RGB Variations
Color information
#9CF253 (or 0x9CF253) is known color: Conifer. HEX triplet: 9C, F2 and 53. RGB value is (156,242,83). Sum of RGB (Red+Green+Blue) = 156+242+83=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF253 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF253 is #630DAC. Grayscale: #C6C6C6. Windows color (decimal): -6491565 or 5501596. OLE color: 5501596.
HSL color Cylindrical-coordinate representation of color #9CF253: hue angle of 92.45º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CF253 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 83 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.05 |
| HSL | 92.45º | 0.86% | 0.64% | - |
| HSV(B) | 92.45º | 0.66% | 0.95% | - |
| XYZ | 47.02 | 71.2 | 19.45 | - |
| YUV | 198.16 | 63.01 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 83 | 0.36 | 0 | 0.66 | 0.05 | 92.45 | 0.86 | 0.64 |
| Hex | 9C | F2 | 53 | 24 | 0 | 42 | 5 | 5C | 56 | 40 |
| Octal | 234 | 362 | 123 | 44 | 0 | 102 | 5 | 134 | 126 | 100 |
| Binary | 10011100 | 11110010 | 1010011 | 100100 | 0 | 1000010 | 101 | 1011100 | 1010110 | 1000000 |
Color Harmonies of #9CF253
Complementary color
Monochromatic Colors of #9CF253
Black with #9CF253
Text Example
Text Example
White with #9CF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF253; }
p { color: rgb(156,242,83); }
H1.HeaderClassName
{
color: #9CF253;
}
.AnyTagClassName
{
color: #9CF253;
}
</style>
background-color css
<style>
a { background-color: #9CF253; }
a { background-color: rgb(156,242,83); }
div.DivClassName
{
background-color: #9CF253;
}
.BgClassName
{
background-color: #9CF253;
}
</style>
border-color css
<style>
span { border-color: #9CF253; }
span { border-color: rgb(156,242,83); }
td.TdClassName
{
border-color: #9CF253;
}
.TagClassName
{
border-color: #9CF253;
}
</style>