Shades of Conifer #9AD75D
Tints of Conifer #9AD75D
RGB
CMYK
RGB Variations
Color information
#9AD75D (or 0x9AD75D) is known color: Conifer. HEX triplet: 9A, D7 and 5D. RGB value is (154,215,93). Sum of RGB (Red+Green+Blue) = 154+215+93=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD75D is #6528A2. Grayscale: #B7B7B7. Windows color (decimal): -6629539 or 6150042. OLE color: 6150042.
HSL color Cylindrical-coordinate representation of color #9AD75D: hue angle of 90º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AD75D is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 93 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.16 |
| HSL | 90º | 0.6% | 0.6% | - |
| HSV(B) | 90º | 0.57% | 0.84% | - |
| XYZ | 39.6 | 56.26 | 19.13 | - |
| YUV | 182.85 | 77.29 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 93 | 0.28 | 0 | 0.57 | 0.16 | 90 | 0.6 | 0.6 |
| Hex | 9A | D7 | 5D | 1C | 0 | 39 | 10 | 5A | 3C | 3C |
| Octal | 232 | 327 | 135 | 34 | 0 | 71 | 20 | 132 | 74 | 74 |
| Binary | 10011010 | 11010111 | 1011101 | 11100 | 0 | 111001 | 10000 | 1011010 | 111100 | 111100 |
Color Harmonies of #9AD75D
Complementary color
Monochromatic Colors of #9AD75D
Black with #9AD75D
Text Example
Text Example
White with #9AD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD75D; }
p { color: rgb(154,215,93); }
H1.HeaderClassName
{
color: #9AD75D;
}
.AnyTagClassName
{
color: #9AD75D;
}
</style>
background-color css
<style>
a { background-color: #9AD75D; }
a { background-color: rgb(154,215,93); }
div.DivClassName
{
background-color: #9AD75D;
}
.BgClassName
{
background-color: #9AD75D;
}
</style>
border-color css
<style>
span { border-color: #9AD75D; }
span { border-color: rgb(154,215,93); }
td.TdClassName
{
border-color: #9AD75D;
}
.TagClassName
{
border-color: #9AD75D;
}
</style>