Shades of Conifer #A8CC5D
Tints of Conifer #A8CC5D
RGB
CMYK
RGB Variations
Color information
#A8CC5D (or 0xA8CC5D) is known color: Conifer. HEX triplet: A8, CC and 5D. RGB value is (168,204,93). Sum of RGB (Red+Green+Blue) = 168+204+93=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC5D is #5733A2. Grayscale: #B4B4B4. Windows color (decimal): -5714851 or 6147240. OLE color: 6147240.
HSL color Cylindrical-coordinate representation of color #A8CC5D: hue angle of 79.46º degrees, saturation: 0.52, 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 #A8CC5D is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 93 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.2 |
| HSL | 79.46º | 0.52% | 0.58% | - |
| HSV(B) | 79.46º | 0.54% | 0.8% | - |
| XYZ | 39.72 | 52.3 | 18.36 | - |
| YUV | 180.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 93 | 0.18 | 0 | 0.54 | 0.2 | 79.46 | 0.52 | 0.58 |
| Hex | A8 | CC | 5D | 12 | 0 | 36 | 14 | 4F | 34 | 3A |
| Octal | 250 | 314 | 135 | 22 | 0 | 66 | 24 | 117 | 64 | 72 |
| Binary | 10101000 | 11001100 | 1011101 | 10010 | 0 | 110110 | 10100 | 1001111 | 110100 | 111010 |
Color Harmonies of #A8CC5D
Complementary color
Monochromatic Colors of #A8CC5D
Black with #A8CC5D
Text Example
Text Example
White with #A8CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC5D; }
p { color: rgb(168,204,93); }
H1.HeaderClassName
{
color: #A8CC5D;
}
.AnyTagClassName
{
color: #A8CC5D;
}
</style>
background-color css
<style>
a { background-color: #A8CC5D; }
a { background-color: rgb(168,204,93); }
div.DivClassName
{
background-color: #A8CC5D;
}
.BgClassName
{
background-color: #A8CC5D;
}
</style>
border-color css
<style>
span { border-color: #A8CC5D; }
span { border-color: rgb(168,204,93); }
td.TdClassName
{
border-color: #A8CC5D;
}
.TagClassName
{
border-color: #A8CC5D;
}
</style>