Shades of Conifer #9AD955
Tints of Conifer #9AD955
RGB
CMYK
RGB Variations
Color information
#9AD955 (or 0x9AD955) is known color: Conifer. HEX triplet: 9A, D9 and 55. RGB value is (154,217,85). Sum of RGB (Red+Green+Blue) = 154+217+85=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD955 is #6526AA. Grayscale: #B7B7B7. Windows color (decimal): -6629035 or 5626266. OLE color: 5626266.
HSL color Cylindrical-coordinate representation of color #9AD955: hue angle of 88.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AD955 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 85 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.15 |
| HSL | 88.64º | 0.63% | 0.59% | - |
| HSV(B) | 88.64º | 0.61% | 0.85% | - |
| XYZ | 39.78 | 57.15 | 17.53 | - |
| YUV | 183.12 | 72.63 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 85 | 0.29 | 0 | 0.61 | 0.15 | 88.64 | 0.63 | 0.59 |
| Hex | 9A | D9 | 55 | 1D | 0 | 3D | F | 59 | 3F | 3B |
| Octal | 232 | 331 | 125 | 35 | 0 | 75 | 17 | 131 | 77 | 73 |
| Binary | 10011010 | 11011001 | 1010101 | 11101 | 0 | 111101 | 1111 | 1011001 | 111111 | 111011 |
Color Harmonies of #9AD955
Complementary color
Monochromatic Colors of #9AD955
Black with #9AD955
Text Example
Text Example
White with #9AD955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD955; }
p { color: rgb(154,217,85); }
H1.HeaderClassName
{
color: #9AD955;
}
.AnyTagClassName
{
color: #9AD955;
}
</style>
background-color css
<style>
a { background-color: #9AD955; }
a { background-color: rgb(154,217,85); }
div.DivClassName
{
background-color: #9AD955;
}
.BgClassName
{
background-color: #9AD955;
}
</style>
border-color css
<style>
span { border-color: #9AD955; }
span { border-color: rgb(154,217,85); }
td.TdClassName
{
border-color: #9AD955;
}
.TagClassName
{
border-color: #9AD955;
}
</style>