Shades of Conifer #A8CC5E
Tints of Conifer #A8CC5E
RGB
CMYK
RGB Variations
Color information
#A8CC5E (or 0xA8CC5E) is known color: Conifer. HEX triplet: A8, CC and 5E. RGB value is (168,204,94). Sum of RGB (Red+Green+Blue) = 168+204+94=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC5E is #5733A1. Grayscale: #B5B5B5. Windows color (decimal): -5714850 or 6212776. OLE color: 6212776.
HSL color Cylindrical-coordinate representation of color #A8CC5E: hue angle of 79.64º 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 #A8CC5E is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 94 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.2 |
| HSL | 79.64º | 0.52% | 0.58% | - |
| HSV(B) | 79.64º | 0.54% | 0.8% | - |
| XYZ | 39.76 | 52.32 | 18.59 | - |
| YUV | 180.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 94 | 0.18 | 0 | 0.54 | 0.2 | 79.64 | 0.52 | 0.58 |
| Hex | A8 | CC | 5E | 12 | 0 | 36 | 14 | 50 | 34 | 3A |
| Octal | 250 | 314 | 136 | 22 | 0 | 66 | 24 | 120 | 64 | 72 |
| Binary | 10101000 | 11001100 | 1011110 | 10010 | 0 | 110110 | 10100 | 1010000 | 110100 | 111010 |
Color Harmonies of #A8CC5E
Complementary color
Monochromatic Colors of #A8CC5E
Black with #A8CC5E
Text Example
Text Example
White with #A8CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC5E; }
p { color: rgb(168,204,94); }
H1.HeaderClassName
{
color: #A8CC5E;
}
.AnyTagClassName
{
color: #A8CC5E;
}
</style>
background-color css
<style>
a { background-color: #A8CC5E; }
a { background-color: rgb(168,204,94); }
div.DivClassName
{
background-color: #A8CC5E;
}
.BgClassName
{
background-color: #A8CC5E;
}
</style>
border-color css
<style>
span { border-color: #A8CC5E; }
span { border-color: rgb(168,204,94); }
td.TdClassName
{
border-color: #A8CC5E;
}
.TagClassName
{
border-color: #A8CC5E;
}
</style>