Shades of Conifer #9DF24C
Tints of Conifer #9DF24C
RGB
CMYK
RGB Variations
Color information
#9DF24C (or 0x9DF24C) is known color: Conifer. HEX triplet: 9D, F2 and 4C. RGB value is (157,242,76). Sum of RGB (Red+Green+Blue) = 157+242+76=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF24C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF24C is #620DB3. Grayscale: #C6C6C6. Windows color (decimal): -6426036 or 5042845. OLE color: 5042845.
HSL color Cylindrical-coordinate representation of color #9DF24C: hue angle of 90.72º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DF24C is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 76 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.05 |
| HSL | 90.72º | 0.86% | 0.62% | - |
| HSV(B) | 90.72º | 0.69% | 0.95% | - |
| XYZ | 46.96 | 71.19 | 18.1 | - |
| YUV | 197.66 | 59.34 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 76 | 0.35 | 0 | 0.69 | 0.05 | 90.72 | 0.86 | 0.62 |
| Hex | 9D | F2 | 4C | 23 | 0 | 45 | 5 | 5B | 56 | 3E |
| Octal | 235 | 362 | 114 | 43 | 0 | 105 | 5 | 133 | 126 | 76 |
| Binary | 10011101 | 11110010 | 1001100 | 100011 | 0 | 1000101 | 101 | 1011011 | 1010110 | 111110 |
Color Harmonies of #9DF24C
Complementary color
Monochromatic Colors of #9DF24C
Black with #9DF24C
Text Example
Text Example
White with #9DF24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF24C; }
p { color: rgb(157,242,76); }
H1.HeaderClassName
{
color: #9DF24C;
}
.AnyTagClassName
{
color: #9DF24C;
}
</style>
background-color css
<style>
a { background-color: #9DF24C; }
a { background-color: rgb(157,242,76); }
div.DivClassName
{
background-color: #9DF24C;
}
.BgClassName
{
background-color: #9DF24C;
}
</style>
border-color css
<style>
span { border-color: #9DF24C; }
span { border-color: rgb(157,242,76); }
td.TdClassName
{
border-color: #9DF24C;
}
.TagClassName
{
border-color: #9DF24C;
}
</style>