Shades of Conifer #A8D465
Tints of Conifer #A8D465
RGB
CMYK
RGB Variations
Color information
#A8D465 (or 0xA8D465) is known color: Conifer. HEX triplet: A8, D4 and 65. RGB value is (168,212,101). Sum of RGB (Red+Green+Blue) = 168+212+101=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D465 is #572B9A. Grayscale: #BABABA. Windows color (decimal): -5712795 or 6673576. OLE color: 6673576.
HSL color Cylindrical-coordinate representation of color #A8D465: hue angle of 83.78º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8D465 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 101 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.17 |
| HSL | 83.78º | 0.56% | 0.61% | - |
| HSV(B) | 83.78º | 0.52% | 0.83% | - |
| XYZ | 42.04 | 56.35 | 20.97 | - |
| YUV | 186.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 101 | 0.21 | 0 | 0.52 | 0.17 | 83.78 | 0.56 | 0.61 |
| Hex | A8 | D4 | 65 | 15 | 0 | 34 | 11 | 54 | 38 | 3D |
| Octal | 250 | 324 | 145 | 25 | 0 | 64 | 21 | 124 | 70 | 75 |
| Binary | 10101000 | 11010100 | 1100101 | 10101 | 0 | 110100 | 10001 | 1010100 | 111000 | 111101 |
Color Harmonies of #A8D465
Complementary color
Monochromatic Colors of #A8D465
Black with #A8D465
Text Example
Text Example
White with #A8D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D465; }
p { color: rgb(168,212,101); }
H1.HeaderClassName
{
color: #A8D465;
}
.AnyTagClassName
{
color: #A8D465;
}
</style>
background-color css
<style>
a { background-color: #A8D465; }
a { background-color: rgb(168,212,101); }
div.DivClassName
{
background-color: #A8D465;
}
.BgClassName
{
background-color: #A8D465;
}
</style>
border-color css
<style>
span { border-color: #A8D465; }
span { border-color: rgb(168,212,101); }
td.TdClassName
{
border-color: #A8D465;
}
.TagClassName
{
border-color: #A8D465;
}
</style>