Shades of Conifer #A9CB5E
Tints of Conifer #A9CB5E
RGB
CMYK
RGB Variations
Color information
#A9CB5E (or 0xA9CB5E) is known color: Conifer. HEX triplet: A9, CB and 5E. RGB value is (169,203,94). Sum of RGB (Red+Green+Blue) = 169+203+94=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CB5E is #5634A1. Grayscale: #B4B4B4. Windows color (decimal): -5649570 or 6212521. OLE color: 6212521.
HSL color Cylindrical-coordinate representation of color #A9CB5E: hue angle of 78.72º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9CB5E is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 94 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.20 |
| HSL | 78.72º | 0.51% | 0.58% | - |
| HSV(B) | 78.72º | 0.54% | 0.8% | - |
| XYZ | 39.74 | 51.96 | 18.52 | - |
| YUV | 180.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 94 | 0.17 | 0 | 0.54 | 0.20 | 78.72 | 0.51 | 0.58 |
| Hex | A9 | CB | 5E | 11 | 0 | 36 | 14 | 4F | 33 | 3A |
| Octal | 251 | 313 | 136 | 21 | 0 | 66 | 24 | 117 | 63 | 72 |
| Binary | 10101001 | 11001011 | 1011110 | 10001 | 0 | 110110 | 10100 | 1001111 | 110011 | 111010 |
Color Harmonies of #A9CB5E
Complementary color
Monochromatic Colors of #A9CB5E
Black with #A9CB5E
Text Example
Text Example
White with #A9CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB5E; }
p { color: rgb(169,203,94); }
H1.HeaderClassName
{
color: #A9CB5E;
}
.AnyTagClassName
{
color: #A9CB5E;
}
</style>
background-color css
<style>
a { background-color: #A9CB5E; }
a { background-color: rgb(169,203,94); }
div.DivClassName
{
background-color: #A9CB5E;
}
.BgClassName
{
background-color: #A9CB5E;
}
</style>
border-color css
<style>
span { border-color: #A9CB5E; }
span { border-color: rgb(169,203,94); }
td.TdClassName
{
border-color: #A9CB5E;
}
.TagClassName
{
border-color: #A9CB5E;
}
</style>