Shades of Conifer #9AD656
Tints of Conifer #9AD656
RGB
CMYK
RGB Variations
Color information
#9AD656 (or 0x9AD656) is known color: Conifer. HEX triplet: 9A, D6 and 56. RGB value is (154,214,86). Sum of RGB (Red+Green+Blue) = 154+214+86=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD656 is #6529A9. Grayscale: #B5B5B5. Windows color (decimal): -6629802 or 5691034. OLE color: 5691034.
HSL color Cylindrical-coordinate representation of color #9AD656: hue angle of 88.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AD656 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 86 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.16 |
| HSL | 88.13º | 0.61% | 0.59% | - |
| HSV(B) | 88.13º | 0.6% | 0.84% | - |
| XYZ | 39.05 | 55.64 | 17.48 | - |
| YUV | 181.47 | 74.12 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 86 | 0.28 | 0 | 0.60 | 0.16 | 88.13 | 0.61 | 0.59 |
| Hex | 9A | D6 | 56 | 1C | 0 | 3C | 10 | 58 | 3D | 3B |
| Octal | 232 | 326 | 126 | 34 | 0 | 74 | 20 | 130 | 75 | 73 |
| Binary | 10011010 | 11010110 | 1010110 | 11100 | 0 | 111100 | 10000 | 1011000 | 111101 | 111011 |
Color Harmonies of #9AD656
Complementary color
Monochromatic Colors of #9AD656
Black with #9AD656
Text Example
Text Example
White with #9AD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD656; }
p { color: rgb(154,214,86); }
H1.HeaderClassName
{
color: #9AD656;
}
.AnyTagClassName
{
color: #9AD656;
}
</style>
background-color css
<style>
a { background-color: #9AD656; }
a { background-color: rgb(154,214,86); }
div.DivClassName
{
background-color: #9AD656;
}
.BgClassName
{
background-color: #9AD656;
}
</style>
border-color css
<style>
span { border-color: #9AD656; }
span { border-color: rgb(154,214,86); }
td.TdClassName
{
border-color: #9AD656;
}
.TagClassName
{
border-color: #9AD656;
}
</style>