Shades of Conifer #A8CC65
Tints of Conifer #A8CC65
RGB
CMYK
RGB Variations
Color information
#A8CC65 (or 0xA8CC65) is known color: Conifer. HEX triplet: A8, CC and 65. RGB value is (168,204,101). Sum of RGB (Red+Green+Blue) = 168+204+101=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC65 is #57339A. Grayscale: #B5B5B5. Windows color (decimal): -5714843 or 6671528. OLE color: 6671528.
HSL color Cylindrical-coordinate representation of color #A8CC65: hue angle of 80.97º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8CC65 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 101 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.2 |
| HSL | 80.97º | 0.5% | 0.6% | - |
| HSV(B) | 80.97º | 0.5% | 0.8% | - |
| XYZ | 40.09 | 52.45 | 20.32 | - |
| YUV | 181.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 101 | 0.18 | 0 | 0.50 | 0.2 | 80.97 | 0.5 | 0.6 |
| Hex | A8 | CC | 65 | 12 | 0 | 32 | 14 | 51 | 32 | 3C |
| Octal | 250 | 314 | 145 | 22 | 0 | 62 | 24 | 121 | 62 | 74 |
| Binary | 10101000 | 11001100 | 1100101 | 10010 | 0 | 110010 | 10100 | 1010001 | 110010 | 111100 |
Color Harmonies of #A8CC65
Complementary color
Monochromatic Colors of #A8CC65
Black with #A8CC65
Text Example
Text Example
White with #A8CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC65; }
p { color: rgb(168,204,101); }
H1.HeaderClassName
{
color: #A8CC65;
}
.AnyTagClassName
{
color: #A8CC65;
}
</style>
background-color css
<style>
a { background-color: #A8CC65; }
a { background-color: rgb(168,204,101); }
div.DivClassName
{
background-color: #A8CC65;
}
.BgClassName
{
background-color: #A8CC65;
}
</style>
border-color css
<style>
span { border-color: #A8CC65; }
span { border-color: rgb(168,204,101); }
td.TdClassName
{
border-color: #A8CC65;
}
.TagClassName
{
border-color: #A8CC65;
}
</style>