Shades of Conifer #A8D468
Tints of Conifer #A8D468
RGB
CMYK
RGB Variations
Color information
#A8D468 (or 0xA8D468) is known color: Conifer. HEX triplet: A8, D4 and 68. RGB value is (168,212,104). Sum of RGB (Red+Green+Blue) = 168+212+104=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D468 is #572B97. Grayscale: #BABABA. Windows color (decimal): -5712792 or 6870184. OLE color: 6870184.
HSL color Cylindrical-coordinate representation of color #A8D468: hue angle of 84.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8D468 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 104 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.17 |
| HSL | 84.44º | 0.56% | 0.62% | - |
| HSV(B) | 84.44º | 0.51% | 0.83% | - |
| XYZ | 42.19 | 56.41 | 21.76 | - |
| YUV | 186.53 | 81.42 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 104 | 0.21 | 0 | 0.51 | 0.17 | 84.44 | 0.56 | 0.62 |
| Hex | A8 | D4 | 68 | 15 | 0 | 33 | 11 | 54 | 38 | 3E |
| Octal | 250 | 324 | 150 | 25 | 0 | 63 | 21 | 124 | 70 | 76 |
| Binary | 10101000 | 11010100 | 1101000 | 10101 | 0 | 110011 | 10001 | 1010100 | 111000 | 111110 |
Color Harmonies of #A8D468
Complementary color
Monochromatic Colors of #A8D468
Black with #A8D468
Text Example
Text Example
White with #A8D468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D468; }
p { color: rgb(168,212,104); }
H1.HeaderClassName
{
color: #A8D468;
}
.AnyTagClassName
{
color: #A8D468;
}
</style>
background-color css
<style>
a { background-color: #A8D468; }
a { background-color: rgb(168,212,104); }
div.DivClassName
{
background-color: #A8D468;
}
.BgClassName
{
background-color: #A8D468;
}
</style>
border-color css
<style>
span { border-color: #A8D468; }
span { border-color: rgb(168,212,104); }
td.TdClassName
{
border-color: #A8D468;
}
.TagClassName
{
border-color: #A8D468;
}
</style>