Shades of Conifer #A8DC4F
Tints of Conifer #A8DC4F
RGB
CMYK
RGB Variations
Color information
#A8DC4F (or 0xA8DC4F) is known color: Conifer. HEX triplet: A8, DC and 4F. RGB value is (168,220,79). Sum of RGB (Red+Green+Blue) = 168+220+79=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC4F is #5723B0. Grayscale: #BCBCBC. Windows color (decimal): -5710769 or 5233832. OLE color: 5233832.
HSL color Cylindrical-coordinate representation of color #A8DC4F: hue angle of 82.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8DC4F is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 79 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.14 |
| HSL | 82.13º | 0.67% | 0.59% | - |
| HSV(B) | 82.13º | 0.64% | 0.86% | - |
| XYZ | 43.15 | 60.08 | 16.72 | - |
| YUV | 188.38 | 66.27 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 79 | 0.24 | 0 | 0.64 | 0.14 | 82.13 | 0.67 | 0.59 |
| Hex | A8 | DC | 4F | 18 | 0 | 40 | E | 52 | 43 | 3B |
| Octal | 250 | 334 | 117 | 30 | 0 | 100 | 16 | 122 | 103 | 73 |
| Binary | 10101000 | 11011100 | 1001111 | 11000 | 0 | 1000000 | 1110 | 1010010 | 1000011 | 111011 |
Color Harmonies of #A8DC4F
Complementary color
Monochromatic Colors of #A8DC4F
Black with #A8DC4F
Text Example
Text Example
White with #A8DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC4F; }
p { color: rgb(168,220,79); }
H1.HeaderClassName
{
color: #A8DC4F;
}
.AnyTagClassName
{
color: #A8DC4F;
}
</style>
background-color css
<style>
a { background-color: #A8DC4F; }
a { background-color: rgb(168,220,79); }
div.DivClassName
{
background-color: #A8DC4F;
}
.BgClassName
{
background-color: #A8DC4F;
}
</style>
border-color css
<style>
span { border-color: #A8DC4F; }
span { border-color: rgb(168,220,79); }
td.TdClassName
{
border-color: #A8DC4F;
}
.TagClassName
{
border-color: #A8DC4F;
}
</style>