Shades of Conifer #A8DC5A
Tints of Conifer #A8DC5A
RGB
CMYK
RGB Variations
Color information
#A8DC5A (or 0xA8DC5A) is known color: Conifer. HEX triplet: A8, DC and 5A. RGB value is (168,220,90). Sum of RGB (Red+Green+Blue) = 168+220+90=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC5A is #5723A5. Grayscale: #BEBEBE. Windows color (decimal): -5710758 or 5954728. OLE color: 5954728.
HSL color Cylindrical-coordinate representation of color #A8DC5A: hue angle of 84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8DC5A is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 90 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.14 |
| HSL | 84º | 0.65% | 0.61% | - |
| HSV(B) | 84º | 0.59% | 0.86% | - |
| XYZ | 43.59 | 60.25 | 19 | - |
| YUV | 189.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 90 | 0.24 | 0 | 0.59 | 0.14 | 84 | 0.65 | 0.61 |
| Hex | A8 | DC | 5A | 18 | 0 | 3B | E | 54 | 41 | 3D |
| Octal | 250 | 334 | 132 | 30 | 0 | 73 | 16 | 124 | 101 | 75 |
| Binary | 10101000 | 11011100 | 1011010 | 11000 | 0 | 111011 | 1110 | 1010100 | 1000001 | 111101 |
Color Harmonies of #A8DC5A
Complementary color
Monochromatic Colors of #A8DC5A
Black with #A8DC5A
Text Example
Text Example
White with #A8DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC5A; }
p { color: rgb(168,220,90); }
H1.HeaderClassName
{
color: #A8DC5A;
}
.AnyTagClassName
{
color: #A8DC5A;
}
</style>
background-color css
<style>
a { background-color: #A8DC5A; }
a { background-color: rgb(168,220,90); }
div.DivClassName
{
background-color: #A8DC5A;
}
.BgClassName
{
background-color: #A8DC5A;
}
</style>
border-color css
<style>
span { border-color: #A8DC5A; }
span { border-color: rgb(168,220,90); }
td.TdClassName
{
border-color: #A8DC5A;
}
.TagClassName
{
border-color: #A8DC5A;
}
</style>