Shades of Conifer #A8DC69
Tints of Conifer #A8DC69
RGB
CMYK
RGB Variations
Color information
#A8DC69 (or 0xA8DC69) is known color: Conifer. HEX triplet: A8, DC and 69. RGB value is (168,220,105). Sum of RGB (Red+Green+Blue) = 168+220+105=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC69 is #572396. Grayscale: #BFBFBF. Windows color (decimal): -5710743 or 6937768. OLE color: 6937768.
HSL color Cylindrical-coordinate representation of color #A8DC69: hue angle of 87.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8DC69 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 105 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.14 |
| HSL | 87.13º | 0.62% | 0.64% | - |
| HSV(B) | 87.13º | 0.52% | 0.86% | - |
| XYZ | 44.29 | 60.53 | 22.71 | - |
| YUV | 191.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 105 | 0.24 | 0 | 0.52 | 0.14 | 87.13 | 0.62 | 0.64 |
| Hex | A8 | DC | 69 | 18 | 0 | 34 | E | 57 | 3E | 40 |
| Octal | 250 | 334 | 151 | 30 | 0 | 64 | 16 | 127 | 76 | 100 |
| Binary | 10101000 | 11011100 | 1101001 | 11000 | 0 | 110100 | 1110 | 1010111 | 111110 | 1000000 |
Color Harmonies of #A8DC69
Complementary color
Monochromatic Colors of #A8DC69
Black with #A8DC69
Text Example
Text Example
White with #A8DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC69; }
p { color: rgb(168,220,105); }
H1.HeaderClassName
{
color: #A8DC69;
}
.AnyTagClassName
{
color: #A8DC69;
}
</style>
background-color css
<style>
a { background-color: #A8DC69; }
a { background-color: rgb(168,220,105); }
div.DivClassName
{
background-color: #A8DC69;
}
.BgClassName
{
background-color: #A8DC69;
}
</style>
border-color css
<style>
span { border-color: #A8DC69; }
span { border-color: rgb(168,220,105); }
td.TdClassName
{
border-color: #A8DC69;
}
.TagClassName
{
border-color: #A8DC69;
}
</style>