Shades of Conifer #A9CA54
Tints of Conifer #A9CA54
RGB
CMYK
RGB Variations
Color information
#A9CA54 (or 0xA9CA54) is known color: Conifer. HEX triplet: A9, CA and 54. RGB value is (169,202,84). Sum of RGB (Red+Green+Blue) = 169+202+84=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA54 is #5635AB. Grayscale: #B3B3B3. Windows color (decimal): -5649836 or 5556905. OLE color: 5556905.
HSL color Cylindrical-coordinate representation of color #A9CA54: hue angle of 76.78º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9CA54 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 84 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.21 |
| HSL | 76.78º | 0.53% | 0.56% | - |
| HSV(B) | 76.78º | 0.58% | 0.79% | - |
| XYZ | 39.08 | 51.32 | 16.23 | - |
| YUV | 178.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 84 | 0.16 | 0 | 0.58 | 0.21 | 76.78 | 0.53 | 0.56 |
| Hex | A9 | CA | 54 | 10 | 0 | 3A | 15 | 4D | 35 | 38 |
| Octal | 251 | 312 | 124 | 20 | 0 | 72 | 25 | 115 | 65 | 70 |
| Binary | 10101001 | 11001010 | 1010100 | 10000 | 0 | 111010 | 10101 | 1001101 | 110101 | 111000 |
Color Harmonies of #A9CA54
Complementary color
Monochromatic Colors of #A9CA54
Black with #A9CA54
Text Example
Text Example
White with #A9CA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA54; }
p { color: rgb(169,202,84); }
H1.HeaderClassName
{
color: #A9CA54;
}
.AnyTagClassName
{
color: #A9CA54;
}
</style>
background-color css
<style>
a { background-color: #A9CA54; }
a { background-color: rgb(169,202,84); }
div.DivClassName
{
background-color: #A9CA54;
}
.BgClassName
{
background-color: #A9CA54;
}
</style>
border-color css
<style>
span { border-color: #A9CA54; }
span { border-color: rgb(169,202,84); }
td.TdClassName
{
border-color: #A9CA54;
}
.TagClassName
{
border-color: #A9CA54;
}
</style>