Shades of Conifer #A8CD55
Tints of Conifer #A8CD55
RGB
CMYK
RGB Variations
Color information
#A8CD55 (or 0xA8CD55) is known color: Conifer. HEX triplet: A8, CD and 55. RGB value is (168,205,85). Sum of RGB (Red+Green+Blue) = 168+205+85=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD55 is #5732AA. Grayscale: #B4B4B4. Windows color (decimal): -5714603 or 5623208. OLE color: 5623208.
HSL color Cylindrical-coordinate representation of color #A8CD55: hue angle of 78.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8CD55 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 85 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.20 |
| HSL | 78.5º | 0.55% | 0.57% | - |
| HSV(B) | 78.5º | 0.59% | 0.8% | - |
| XYZ | 39.62 | 52.64 | 16.67 | - |
| YUV | 180.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 85 | 0.18 | 0 | 0.59 | 0.20 | 78.5 | 0.55 | 0.57 |
| Hex | A8 | CD | 55 | 12 | 0 | 3B | 14 | 4E | 37 | 39 |
| Octal | 250 | 315 | 125 | 22 | 0 | 73 | 24 | 116 | 67 | 71 |
| Binary | 10101000 | 11001101 | 1010101 | 10010 | 0 | 111011 | 10100 | 1001110 | 110111 | 111001 |
Color Harmonies of #A8CD55
Complementary color
Monochromatic Colors of #A8CD55
Black with #A8CD55
Text Example
Text Example
White with #A8CD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD55; }
p { color: rgb(168,205,85); }
H1.HeaderClassName
{
color: #A8CD55;
}
.AnyTagClassName
{
color: #A8CD55;
}
</style>
background-color css
<style>
a { background-color: #A8CD55; }
a { background-color: rgb(168,205,85); }
div.DivClassName
{
background-color: #A8CD55;
}
.BgClassName
{
background-color: #A8CD55;
}
</style>
border-color css
<style>
span { border-color: #A8CD55; }
span { border-color: rgb(168,205,85); }
td.TdClassName
{
border-color: #A8CD55;
}
.TagClassName
{
border-color: #A8CD55;
}
</style>