Shades of Conifer #9DF14B
Tints of Conifer #9DF14B
RGB
CMYK
RGB Variations
Color information
#9DF14B (or 0x9DF14B) is known color: Conifer. HEX triplet: 9D, F1 and 4B. RGB value is (157,241,75). Sum of RGB (Red+Green+Blue) = 157+241+75=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF14B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF14B is #620EB4. Grayscale: #C5C5C5. Windows color (decimal): -6426293 or 4977053. OLE color: 4977053.
HSL color Cylindrical-coordinate representation of color #9DF14B: hue angle of 90.36º 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 #9DF14B is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 75 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.05 |
| HSL | 90.36º | 0.86% | 0.62% | - |
| HSV(B) | 90.36º | 0.69% | 0.95% | - |
| XYZ | 46.63 | 70.59 | 17.82 | - |
| YUV | 196.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 75 | 0.35 | 0 | 0.69 | 0.05 | 90.36 | 0.86 | 0.62 |
| Hex | 9D | F1 | 4B | 23 | 0 | 45 | 5 | 5A | 56 | 3E |
| Octal | 235 | 361 | 113 | 43 | 0 | 105 | 5 | 132 | 126 | 76 |
| Binary | 10011101 | 11110001 | 1001011 | 100011 | 0 | 1000101 | 101 | 1011010 | 1010110 | 111110 |
Color Harmonies of #9DF14B
Complementary color
Monochromatic Colors of #9DF14B
Black with #9DF14B
Text Example
Text Example
White with #9DF14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF14B; }
p { color: rgb(157,241,75); }
H1.HeaderClassName
{
color: #9DF14B;
}
.AnyTagClassName
{
color: #9DF14B;
}
</style>
background-color css
<style>
a { background-color: #9DF14B; }
a { background-color: rgb(157,241,75); }
div.DivClassName
{
background-color: #9DF14B;
}
.BgClassName
{
background-color: #9DF14B;
}
</style>
border-color css
<style>
span { border-color: #9DF14B; }
span { border-color: rgb(157,241,75); }
td.TdClassName
{
border-color: #9DF14B;
}
.TagClassName
{
border-color: #9DF14B;
}
</style>