Shades of Conifer #9DF05A
Tints of Conifer #9DF05A
RGB
CMYK
RGB Variations
Color information
#9DF05A (or 0x9DF05A) is known color: Conifer. HEX triplet: 9D, F0 and 5A. RGB value is (157,240,90). Sum of RGB (Red+Green+Blue) = 157+240+90=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF05A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF05A is #620FA5. Grayscale: #C6C6C6. Windows color (decimal): -6426534 or 5959837. OLE color: 5959837.
HSL color Cylindrical-coordinate representation of color #9DF05A: hue angle of 93.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DF05A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 90 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.06 |
| HSL | 93.2º | 0.83% | 0.65% | - |
| HSV(B) | 93.2º | 0.63% | 0.94% | - |
| XYZ | 46.91 | 70.23 | 20.76 | - |
| YUV | 198.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 90 | 0.35 | 0 | 0.62 | 0.06 | 93.2 | 0.83 | 0.65 |
| Hex | 9D | F0 | 5A | 23 | 0 | 3E | 6 | 5D | 53 | 41 |
| Octal | 235 | 360 | 132 | 43 | 0 | 76 | 6 | 135 | 123 | 101 |
| Binary | 10011101 | 11110000 | 1011010 | 100011 | 0 | 111110 | 110 | 1011101 | 1010011 | 1000001 |
Color Harmonies of #9DF05A
Complementary color
Monochromatic Colors of #9DF05A
Black with #9DF05A
Text Example
Text Example
White with #9DF05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF05A; }
p { color: rgb(157,240,90); }
H1.HeaderClassName
{
color: #9DF05A;
}
.AnyTagClassName
{
color: #9DF05A;
}
</style>
background-color css
<style>
a { background-color: #9DF05A; }
a { background-color: rgb(157,240,90); }
div.DivClassName
{
background-color: #9DF05A;
}
.BgClassName
{
background-color: #9DF05A;
}
</style>
border-color css
<style>
span { border-color: #9DF05A; }
span { border-color: rgb(157,240,90); }
td.TdClassName
{
border-color: #9DF05A;
}
.TagClassName
{
border-color: #9DF05A;
}
</style>