Shades of Conifer #9ACD5A
Tints of Conifer #9ACD5A
RGB
CMYK
RGB Variations
Color information
#9ACD5A (or 0x9ACD5A) is known color: Conifer. HEX triplet: 9A, CD and 5A. RGB value is (154,205,90). Sum of RGB (Red+Green+Blue) = 154+205+90=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD5A is #6532A5. Grayscale: #B1B1B1. Windows color (decimal): -6632102 or 5950874. OLE color: 5950874.
HSL color Cylindrical-coordinate representation of color #9ACD5A: hue angle of 86.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ACD5A is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 90 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.20 |
| HSL | 86.61º | 0.53% | 0.58% | - |
| HSV(B) | 86.61º | 0.56% | 0.8% | - |
| XYZ | 37 | 51.27 | 17.62 | - |
| YUV | 176.64 | 79.1 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 90 | 0.25 | 0 | 0.56 | 0.20 | 86.61 | 0.53 | 0.58 |
| Hex | 9A | CD | 5A | 19 | 0 | 38 | 14 | 57 | 35 | 3A |
| Octal | 232 | 315 | 132 | 31 | 0 | 70 | 24 | 127 | 65 | 72 |
| Binary | 10011010 | 11001101 | 1011010 | 11001 | 0 | 111000 | 10100 | 1010111 | 110101 | 111010 |
Color Harmonies of #9ACD5A
Complementary color
Monochromatic Colors of #9ACD5A
Black with #9ACD5A
Text Example
Text Example
White with #9ACD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD5A; }
p { color: rgb(154,205,90); }
H1.HeaderClassName
{
color: #9ACD5A;
}
.AnyTagClassName
{
color: #9ACD5A;
}
</style>
background-color css
<style>
a { background-color: #9ACD5A; }
a { background-color: rgb(154,205,90); }
div.DivClassName
{
background-color: #9ACD5A;
}
.BgClassName
{
background-color: #9ACD5A;
}
</style>
border-color css
<style>
span { border-color: #9ACD5A; }
span { border-color: rgb(154,205,90); }
td.TdClassName
{
border-color: #9ACD5A;
}
.TagClassName
{
border-color: #9ACD5A;
}
</style>