Shades of Conifer #A8CD64
Tints of Conifer #A8CD64
RGB
CMYK
RGB Variations
Color information
#A8CD64 (or 0xA8CD64) is known color: Conifer. HEX triplet: A8, CD and 64. RGB value is (168,205,100). Sum of RGB (Red+Green+Blue) = 168+205+100=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD64 is #57329B. Grayscale: #B6B6B6. Windows color (decimal): -5714588 or 6606248. OLE color: 6606248.
HSL color Cylindrical-coordinate representation of color #A8CD64: hue angle of 81.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8CD64 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 100 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.20 |
| HSL | 81.14º | 0.51% | 0.6% | - |
| HSV(B) | 81.14º | 0.51% | 0.8% | - |
| XYZ | 40.28 | 52.91 | 20.15 | - |
| YUV | 181.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 100 | 0.18 | 0 | 0.51 | 0.20 | 81.14 | 0.51 | 0.6 |
| Hex | A8 | CD | 64 | 12 | 0 | 33 | 14 | 51 | 33 | 3C |
| Octal | 250 | 315 | 144 | 22 | 0 | 63 | 24 | 121 | 63 | 74 |
| Binary | 10101000 | 11001101 | 1100100 | 10010 | 0 | 110011 | 10100 | 1010001 | 110011 | 111100 |
Color Harmonies of #A8CD64
Complementary color
Monochromatic Colors of #A8CD64
Black with #A8CD64
Text Example
Text Example
White with #A8CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD64; }
p { color: rgb(168,205,100); }
H1.HeaderClassName
{
color: #A8CD64;
}
.AnyTagClassName
{
color: #A8CD64;
}
</style>
background-color css
<style>
a { background-color: #A8CD64; }
a { background-color: rgb(168,205,100); }
div.DivClassName
{
background-color: #A8CD64;
}
.BgClassName
{
background-color: #A8CD64;
}
</style>
border-color css
<style>
span { border-color: #A8CD64; }
span { border-color: rgb(168,205,100); }
td.TdClassName
{
border-color: #A8CD64;
}
.TagClassName
{
border-color: #A8CD64;
}
</style>