Shades of Conifer #9DF062
Tints of Conifer #9DF062
RGB
CMYK
RGB Variations
Color information
#9DF062 (or 0x9DF062) is known color: Conifer. HEX triplet: 9D, F0 and 62. RGB value is (157,240,98). Sum of RGB (Red+Green+Blue) = 157+240+98=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF062 is #620F9D. Grayscale: #C7C7C7. Windows color (decimal): -6426526 or 6484125. OLE color: 6484125.
HSL color Cylindrical-coordinate representation of color #9DF062: hue angle of 95.07º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DF062 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 98 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.06 |
| HSL | 95.07º | 0.83% | 0.66% | - |
| HSV(B) | 95.07º | 0.59% | 0.94% | - |
| XYZ | 47.27 | 70.37 | 22.65 | - |
| YUV | 199 | 71 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 98 | 0.35 | 0 | 0.59 | 0.06 | 95.07 | 0.83 | 0.66 |
| Hex | 9D | F0 | 62 | 23 | 0 | 3B | 6 | 5F | 53 | 42 |
| Octal | 235 | 360 | 142 | 43 | 0 | 73 | 6 | 137 | 123 | 102 |
| Binary | 10011101 | 11110000 | 1100010 | 100011 | 0 | 111011 | 110 | 1011111 | 1010011 | 1000010 |
Color Harmonies of #9DF062
Complementary color
Monochromatic Colors of #9DF062
Black with #9DF062
Text Example
Text Example
White with #9DF062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF062; }
p { color: rgb(157,240,98); }
H1.HeaderClassName
{
color: #9DF062;
}
.AnyTagClassName
{
color: #9DF062;
}
</style>
background-color css
<style>
a { background-color: #9DF062; }
a { background-color: rgb(157,240,98); }
div.DivClassName
{
background-color: #9DF062;
}
.BgClassName
{
background-color: #9DF062;
}
</style>
border-color css
<style>
span { border-color: #9DF062; }
span { border-color: rgb(157,240,98); }
td.TdClassName
{
border-color: #9DF062;
}
.TagClassName
{
border-color: #9DF062;
}
</style>