Shades of Conifer #9DD25A
Tints of Conifer #9DD25A
RGB
CMYK
RGB Variations
Color information
#9DD25A (or 0x9DD25A) is known color: Conifer. HEX triplet: 9D, D2 and 5A. RGB value is (157,210,90). Sum of RGB (Red+Green+Blue) = 157+210+90=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD25A is #622DA5. Grayscale: #B4B4B4. Windows color (decimal): -6434214 or 5952157. OLE color: 5952157.
HSL color Cylindrical-coordinate representation of color #9DD25A: hue angle of 86.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DD25A is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 90 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.18 |
| HSL | 86.5º | 0.57% | 0.59% | - |
| HSV(B) | 86.5º | 0.57% | 0.82% | - |
| XYZ | 38.8 | 54 | 18.05 | - |
| YUV | 180.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 90 | 0.25 | 0 | 0.57 | 0.18 | 86.5 | 0.57 | 0.59 |
| Hex | 9D | D2 | 5A | 19 | 0 | 39 | 12 | 56 | 39 | 3B |
| Octal | 235 | 322 | 132 | 31 | 0 | 71 | 22 | 126 | 71 | 73 |
| Binary | 10011101 | 11010010 | 1011010 | 11001 | 0 | 111001 | 10010 | 1010110 | 111001 | 111011 |
Color Harmonies of #9DD25A
Complementary color
Monochromatic Colors of #9DD25A
Black with #9DD25A
Text Example
Text Example
White with #9DD25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD25A; }
p { color: rgb(157,210,90); }
H1.HeaderClassName
{
color: #9DD25A;
}
.AnyTagClassName
{
color: #9DD25A;
}
</style>
background-color css
<style>
a { background-color: #9DD25A; }
a { background-color: rgb(157,210,90); }
div.DivClassName
{
background-color: #9DD25A;
}
.BgClassName
{
background-color: #9DD25A;
}
</style>
border-color css
<style>
span { border-color: #9DD25A; }
span { border-color: rgb(157,210,90); }
td.TdClassName
{
border-color: #9DD25A;
}
.TagClassName
{
border-color: #9DD25A;
}
</style>