Shades of Conifer #9AD65C
Tints of Conifer #9AD65C
RGB
CMYK
RGB Variations
Color information
#9AD65C (or 0x9AD65C) is known color: Conifer. HEX triplet: 9A, D6 and 5C. RGB value is (154,214,92). Sum of RGB (Red+Green+Blue) = 154+214+92=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD65C is #6529A3. Grayscale: #B6B6B6. Windows color (decimal): -6629796 or 6084250. OLE color: 6084250.
HSL color Cylindrical-coordinate representation of color #9AD65C: hue angle of 89.51º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AD65C is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 214 | 92 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.16 |
| HSL | 89.51º | 0.6% | 0.6% | - |
| HSV(B) | 89.51º | 0.57% | 0.84% | - |
| XYZ | 39.3 | 55.74 | 18.81 | - |
| YUV | 182.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 92 | 0.28 | 0 | 0.57 | 0.16 | 89.51 | 0.6 | 0.6 |
| Hex | 9A | D6 | 5C | 1C | 0 | 39 | 10 | 5A | 3C | 3C |
| Octal | 232 | 326 | 134 | 34 | 0 | 71 | 20 | 132 | 74 | 74 |
| Binary | 10011010 | 11010110 | 1011100 | 11100 | 0 | 111001 | 10000 | 1011010 | 111100 | 111100 |
Color Harmonies of #9AD65C
Complementary color
Monochromatic Colors of #9AD65C
Black with #9AD65C
Text Example
Text Example
White with #9AD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD65C; }
p { color: rgb(154,214,92); }
H1.HeaderClassName
{
color: #9AD65C;
}
.AnyTagClassName
{
color: #9AD65C;
}
</style>
background-color css
<style>
a { background-color: #9AD65C; }
a { background-color: rgb(154,214,92); }
div.DivClassName
{
background-color: #9AD65C;
}
.BgClassName
{
background-color: #9AD65C;
}
</style>
border-color css
<style>
span { border-color: #9AD65C; }
span { border-color: rgb(154,214,92); }
td.TdClassName
{
border-color: #9AD65C;
}
.TagClassName
{
border-color: #9AD65C;
}
</style>