Shades of Conifer #A8DA67
Tints of Conifer #A8DA67
RGB
CMYK
RGB Variations
Color information
#A8DA67 (or 0xA8DA67) is known color: Conifer. HEX triplet: A8, DA and 67. RGB value is (168,218,103). Sum of RGB (Red+Green+Blue) = 168+218+103=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA67 is #572598. Grayscale: #BEBEBE. Windows color (decimal): -5711257 or 6806184. OLE color: 6806184.
HSL color Cylindrical-coordinate representation of color #A8DA67: hue angle of 86.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8DA67 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 103 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.15 |
| HSL | 86.09º | 0.61% | 0.63% | - |
| HSV(B) | 86.09º | 0.53% | 0.85% | - |
| XYZ | 43.67 | 59.45 | 22 | - |
| YUV | 189.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 103 | 0.23 | 0 | 0.53 | 0.15 | 86.09 | 0.61 | 0.63 |
| Hex | A8 | DA | 67 | 17 | 0 | 35 | F | 56 | 3D | 3F |
| Octal | 250 | 332 | 147 | 27 | 0 | 65 | 17 | 126 | 75 | 77 |
| Binary | 10101000 | 11011010 | 1100111 | 10111 | 0 | 110101 | 1111 | 1010110 | 111101 | 111111 |
Color Harmonies of #A8DA67
Complementary color
Monochromatic Colors of #A8DA67
Black with #A8DA67
Text Example
Text Example
White with #A8DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA67; }
p { color: rgb(168,218,103); }
H1.HeaderClassName
{
color: #A8DA67;
}
.AnyTagClassName
{
color: #A8DA67;
}
</style>
background-color css
<style>
a { background-color: #A8DA67; }
a { background-color: rgb(168,218,103); }
div.DivClassName
{
background-color: #A8DA67;
}
.BgClassName
{
background-color: #A8DA67;
}
</style>
border-color css
<style>
span { border-color: #A8DA67; }
span { border-color: rgb(168,218,103); }
td.TdClassName
{
border-color: #A8DA67;
}
.TagClassName
{
border-color: #A8DA67;
}
</style>