Shades of Conifer #9AD85D
Tints of Conifer #9AD85D
RGB
CMYK
RGB Variations
Color information
#9AD85D (or 0x9AD85D) is known color: Conifer. HEX triplet: 9A, D8 and 5D. RGB value is (154,216,93). Sum of RGB (Red+Green+Blue) = 154+216+93=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD85D is #6527A2. Grayscale: #B7B7B7. Windows color (decimal): -6629283 or 6150298. OLE color: 6150298.
HSL color Cylindrical-coordinate representation of color #9AD85D: hue angle of 90.24º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AD85D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 93 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.15 |
| HSL | 90.24º | 0.61% | 0.61% | - |
| HSV(B) | 90.24º | 0.57% | 0.85% | - |
| XYZ | 39.86 | 56.77 | 19.21 | - |
| YUV | 183.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 93 | 0.29 | 0 | 0.57 | 0.15 | 90.24 | 0.61 | 0.61 |
| Hex | 9A | D8 | 5D | 1D | 0 | 39 | F | 5A | 3D | 3D |
| Octal | 232 | 330 | 135 | 35 | 0 | 71 | 17 | 132 | 75 | 75 |
| Binary | 10011010 | 11011000 | 1011101 | 11101 | 0 | 111001 | 1111 | 1011010 | 111101 | 111101 |
Color Harmonies of #9AD85D
Complementary color
Monochromatic Colors of #9AD85D
Black with #9AD85D
Text Example
Text Example
White with #9AD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD85D; }
p { color: rgb(154,216,93); }
H1.HeaderClassName
{
color: #9AD85D;
}
.AnyTagClassName
{
color: #9AD85D;
}
</style>
background-color css
<style>
a { background-color: #9AD85D; }
a { background-color: rgb(154,216,93); }
div.DivClassName
{
background-color: #9AD85D;
}
.BgClassName
{
background-color: #9AD85D;
}
</style>
border-color css
<style>
span { border-color: #9AD85D; }
span { border-color: rgb(154,216,93); }
td.TdClassName
{
border-color: #9AD85D;
}
.TagClassName
{
border-color: #9AD85D;
}
</style>