Shades of Conifer #A8DF4E
Tints of Conifer #A8DF4E
RGB
CMYK
RGB Variations
Color information
#A8DF4E (or 0xA8DF4E) is known color: Conifer. HEX triplet: A8, DF and 4E. RGB value is (168,223,78). Sum of RGB (Red+Green+Blue) = 168+223+78=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF4E is #5720B1. Grayscale: #BEBEBE. Windows color (decimal): -5710002 or 5169064. OLE color: 5169064.
HSL color Cylindrical-coordinate representation of color #A8DF4E: hue angle of 82.76º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8DF4E is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 78 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.13 |
| HSL | 82.76º | 0.69% | 0.59% | - |
| HSV(B) | 82.76º | 0.65% | 0.87% | - |
| XYZ | 43.91 | 61.65 | 16.79 | - |
| YUV | 190.03 | 64.78 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 78 | 0.25 | 0 | 0.65 | 0.13 | 82.76 | 0.69 | 0.59 |
| Hex | A8 | DF | 4E | 19 | 0 | 41 | D | 53 | 45 | 3B |
| Octal | 250 | 337 | 116 | 31 | 0 | 101 | 15 | 123 | 105 | 73 |
| Binary | 10101000 | 11011111 | 1001110 | 11001 | 0 | 1000001 | 1101 | 1010011 | 1000101 | 111011 |
Color Harmonies of #A8DF4E
Complementary color
Monochromatic Colors of #A8DF4E
Black with #A8DF4E
Text Example
Text Example
White with #A8DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF4E; }
p { color: rgb(168,223,78); }
H1.HeaderClassName
{
color: #A8DF4E;
}
.AnyTagClassName
{
color: #A8DF4E;
}
</style>
background-color css
<style>
a { background-color: #A8DF4E; }
a { background-color: rgb(168,223,78); }
div.DivClassName
{
background-color: #A8DF4E;
}
.BgClassName
{
background-color: #A8DF4E;
}
</style>
border-color css
<style>
span { border-color: #A8DF4E; }
span { border-color: rgb(168,223,78); }
td.TdClassName
{
border-color: #A8DF4E;
}
.TagClassName
{
border-color: #A8DF4E;
}
</style>