Shades of Conifer #9AD256
Tints of Conifer #9AD256
RGB
CMYK
RGB Variations
Color information
#9AD256 (or 0x9AD256) is known color: Conifer. HEX triplet: 9A, D2 and 56. RGB value is (154,210,86). Sum of RGB (Red+Green+Blue) = 154+210+86=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD256 is #652DA9. Grayscale: #B3B3B3. Windows color (decimal): -6630826 or 5690010. OLE color: 5690010.
HSL color Cylindrical-coordinate representation of color #9AD256: hue angle of 87.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AD256 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 86 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.18 |
| HSL | 87.1º | 0.58% | 0.58% | - |
| HSV(B) | 87.1º | 0.59% | 0.82% | - |
| XYZ | 38.05 | 53.64 | 17.15 | - |
| YUV | 179.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 86 | 0.27 | 0 | 0.59 | 0.18 | 87.1 | 0.58 | 0.58 |
| Hex | 9A | D2 | 56 | 1B | 0 | 3B | 12 | 57 | 3A | 3A |
| Octal | 232 | 322 | 126 | 33 | 0 | 73 | 22 | 127 | 72 | 72 |
| Binary | 10011010 | 11010010 | 1010110 | 11011 | 0 | 111011 | 10010 | 1010111 | 111010 | 111010 |
Color Harmonies of #9AD256
Complementary color
Monochromatic Colors of #9AD256
Black with #9AD256
Text Example
Text Example
White with #9AD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD256; }
p { color: rgb(154,210,86); }
H1.HeaderClassName
{
color: #9AD256;
}
.AnyTagClassName
{
color: #9AD256;
}
</style>
background-color css
<style>
a { background-color: #9AD256; }
a { background-color: rgb(154,210,86); }
div.DivClassName
{
background-color: #9AD256;
}
.BgClassName
{
background-color: #9AD256;
}
</style>
border-color css
<style>
span { border-color: #9AD256; }
span { border-color: rgb(154,210,86); }
td.TdClassName
{
border-color: #9AD256;
}
.TagClassName
{
border-color: #9AD256;
}
</style>