Shades of Conifer #9AD655
Tints of Conifer #9AD655
RGB
CMYK
RGB Variations
Color information
#9AD655 (or 0x9AD655) is known color: Conifer. HEX triplet: 9A, D6 and 55. RGB value is (154,214,85). Sum of RGB (Red+Green+Blue) = 154+214+85=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD655 is #6529AA. Grayscale: #B5B5B5. Windows color (decimal): -6629803 or 5625498. OLE color: 5625498.
HSL color Cylindrical-coordinate representation of color #9AD655: hue angle of 87.91º 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 #9AD655 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 85 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.16 |
| HSL | 87.91º | 0.61% | 0.59% | - |
| HSV(B) | 87.91º | 0.6% | 0.84% | - |
| XYZ | 39.01 | 55.62 | 17.27 | - |
| YUV | 181.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 85 | 0.28 | 0 | 0.60 | 0.16 | 87.91 | 0.61 | 0.59 |
| Hex | 9A | D6 | 55 | 1C | 0 | 3C | 10 | 58 | 3D | 3B |
| Octal | 232 | 326 | 125 | 34 | 0 | 74 | 20 | 130 | 75 | 73 |
| Binary | 10011010 | 11010110 | 1010101 | 11100 | 0 | 111100 | 10000 | 1011000 | 111101 | 111011 |
Color Harmonies of #9AD655
Complementary color
Monochromatic Colors of #9AD655
Black with #9AD655
Text Example
Text Example
White with #9AD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD655; }
p { color: rgb(154,214,85); }
H1.HeaderClassName
{
color: #9AD655;
}
.AnyTagClassName
{
color: #9AD655;
}
</style>
background-color css
<style>
a { background-color: #9AD655; }
a { background-color: rgb(154,214,85); }
div.DivClassName
{
background-color: #9AD655;
}
.BgClassName
{
background-color: #9AD655;
}
</style>
border-color css
<style>
span { border-color: #9AD655; }
span { border-color: rgb(154,214,85); }
td.TdClassName
{
border-color: #9AD655;
}
.TagClassName
{
border-color: #9AD655;
}
</style>