Shades of Conifer #A8D65A
Tints of Conifer #A8D65A
RGB
CMYK
RGB Variations
Color information
#A8D65A (or 0xA8D65A) is known color: Conifer. HEX triplet: A8, D6 and 5A. RGB value is (168,214,90). Sum of RGB (Red+Green+Blue) = 168+214+90=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D65A is #5729A5. Grayscale: #BABABA. Windows color (decimal): -5712294 or 5953192. OLE color: 5953192.
HSL color Cylindrical-coordinate representation of color #A8D65A: hue angle of 82.26º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8D65A is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 90 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.16 |
| HSL | 82.26º | 0.6% | 0.6% | - |
| HSV(B) | 82.26º | 0.58% | 0.84% | - |
| XYZ | 42.04 | 57.16 | 18.49 | - |
| YUV | 186.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 90 | 0.21 | 0 | 0.58 | 0.16 | 82.26 | 0.6 | 0.6 |
| Hex | A8 | D6 | 5A | 15 | 0 | 3A | 10 | 52 | 3C | 3C |
| Octal | 250 | 326 | 132 | 25 | 0 | 72 | 20 | 122 | 74 | 74 |
| Binary | 10101000 | 11010110 | 1011010 | 10101 | 0 | 111010 | 10000 | 1010010 | 111100 | 111100 |
Color Harmonies of #A8D65A
Complementary color
Monochromatic Colors of #A8D65A
Black with #A8D65A
Text Example
Text Example
White with #A8D65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D65A; }
p { color: rgb(168,214,90); }
H1.HeaderClassName
{
color: #A8D65A;
}
.AnyTagClassName
{
color: #A8D65A;
}
</style>
background-color css
<style>
a { background-color: #A8D65A; }
a { background-color: rgb(168,214,90); }
div.DivClassName
{
background-color: #A8D65A;
}
.BgClassName
{
background-color: #A8D65A;
}
</style>
border-color css
<style>
span { border-color: #A8D65A; }
span { border-color: rgb(168,214,90); }
td.TdClassName
{
border-color: #A8D65A;
}
.TagClassName
{
border-color: #A8D65A;
}
</style>