Shades of Conifer #A8CA5D
Tints of Conifer #A8CA5D
RGB
CMYK
RGB Variations
Color information
#A8CA5D (or 0xA8CA5D) is known color: Conifer. HEX triplet: A8, CA and 5D. RGB value is (168,202,93). Sum of RGB (Red+Green+Blue) = 168+202+93=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA5D is #5735A2. Grayscale: #B3B3B3. Windows color (decimal): -5715363 or 6146728. OLE color: 6146728.
HSL color Cylindrical-coordinate representation of color #A8CA5D: hue angle of 78.72º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8CA5D is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 93 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.21 |
| HSL | 78.72º | 0.51% | 0.58% | - |
| HSV(B) | 78.72º | 0.54% | 0.79% | - |
| XYZ | 39.24 | 51.36 | 18.2 | - |
| YUV | 179.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 93 | 0.17 | 0 | 0.54 | 0.21 | 78.72 | 0.51 | 0.58 |
| Hex | A8 | CA | 5D | 11 | 0 | 36 | 15 | 4F | 33 | 3A |
| Octal | 250 | 312 | 135 | 21 | 0 | 66 | 25 | 117 | 63 | 72 |
| Binary | 10101000 | 11001010 | 1011101 | 10001 | 0 | 110110 | 10101 | 1001111 | 110011 | 111010 |
Color Harmonies of #A8CA5D
Complementary color
Monochromatic Colors of #A8CA5D
Black with #A8CA5D
Text Example
Text Example
White with #A8CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA5D; }
p { color: rgb(168,202,93); }
H1.HeaderClassName
{
color: #A8CA5D;
}
.AnyTagClassName
{
color: #A8CA5D;
}
</style>
background-color css
<style>
a { background-color: #A8CA5D; }
a { background-color: rgb(168,202,93); }
div.DivClassName
{
background-color: #A8CA5D;
}
.BgClassName
{
background-color: #A8CA5D;
}
</style>
border-color css
<style>
span { border-color: #A8CA5D; }
span { border-color: rgb(168,202,93); }
td.TdClassName
{
border-color: #A8CA5D;
}
.TagClassName
{
border-color: #A8CA5D;
}
</style>