Shades of Conifer #A8DC5D
Tints of Conifer #A8DC5D
RGB
CMYK
RGB Variations
Color information
#A8DC5D (or 0xA8DC5D) is known color: Conifer. HEX triplet: A8, DC and 5D. RGB value is (168,220,93). Sum of RGB (Red+Green+Blue) = 168+220+93=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC5D is #5723A2. Grayscale: #BEBEBE. Windows color (decimal): -5710755 or 6151336. OLE color: 6151336.
HSL color Cylindrical-coordinate representation of color #A8DC5D: hue angle of 84.57º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8DC5D is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 93 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.14 |
| HSL | 84.57º | 0.64% | 0.61% | - |
| HSV(B) | 84.57º | 0.58% | 0.86% | - |
| XYZ | 43.72 | 60.3 | 19.69 | - |
| YUV | 189.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 93 | 0.24 | 0 | 0.58 | 0.14 | 84.57 | 0.64 | 0.61 |
| Hex | A8 | DC | 5D | 18 | 0 | 3A | E | 55 | 40 | 3D |
| Octal | 250 | 334 | 135 | 30 | 0 | 72 | 16 | 125 | 100 | 75 |
| Binary | 10101000 | 11011100 | 1011101 | 11000 | 0 | 111010 | 1110 | 1010101 | 1000000 | 111101 |
Color Harmonies of #A8DC5D
Complementary color
Monochromatic Colors of #A8DC5D
Black with #A8DC5D
Text Example
Text Example
White with #A8DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC5D; }
p { color: rgb(168,220,93); }
H1.HeaderClassName
{
color: #A8DC5D;
}
.AnyTagClassName
{
color: #A8DC5D;
}
</style>
background-color css
<style>
a { background-color: #A8DC5D; }
a { background-color: rgb(168,220,93); }
div.DivClassName
{
background-color: #A8DC5D;
}
.BgClassName
{
background-color: #A8DC5D;
}
</style>
border-color css
<style>
span { border-color: #A8DC5D; }
span { border-color: rgb(168,220,93); }
td.TdClassName
{
border-color: #A8DC5D;
}
.TagClassName
{
border-color: #A8DC5D;
}
</style>