Shades of Conifer #A7DF4F
Tints of Conifer #A7DF4F
RGB
CMYK
RGB Variations
Color information
#A7DF4F (or 0xA7DF4F) is known color: Conifer. HEX triplet: A7, DF and 4F. RGB value is (167,223,79). Sum of RGB (Red+Green+Blue) = 167+223+79=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DF4F is #5820B0. Grayscale: #BEBEBE. Windows color (decimal): -5775537 or 5234599. OLE color: 5234599.
HSL color Cylindrical-coordinate representation of color #A7DF4F: hue angle of 83.33º 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 #A7DF4F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 79 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.13 |
| HSL | 83.33º | 0.69% | 0.59% | - |
| HSV(B) | 83.33º | 0.65% | 0.87% | - |
| XYZ | 43.74 | 61.56 | 16.97 | - |
| YUV | 189.84 | 65.45 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 79 | 0.25 | 0 | 0.65 | 0.13 | 83.33 | 0.69 | 0.59 |
| Hex | A7 | DF | 4F | 19 | 0 | 41 | D | 53 | 45 | 3B |
| Octal | 247 | 337 | 117 | 31 | 0 | 101 | 15 | 123 | 105 | 73 |
| Binary | 10100111 | 11011111 | 1001111 | 11001 | 0 | 1000001 | 1101 | 1010011 | 1000101 | 111011 |
Color Harmonies of #A7DF4F
Complementary color
Monochromatic Colors of #A7DF4F
Black with #A7DF4F
Text Example
Text Example
White with #A7DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF4F; }
p { color: rgb(167,223,79); }
H1.HeaderClassName
{
color: #A7DF4F;
}
.AnyTagClassName
{
color: #A7DF4F;
}
</style>
background-color css
<style>
a { background-color: #A7DF4F; }
a { background-color: rgb(167,223,79); }
div.DivClassName
{
background-color: #A7DF4F;
}
.BgClassName
{
background-color: #A7DF4F;
}
</style>
border-color css
<style>
span { border-color: #A7DF4F; }
span { border-color: rgb(167,223,79); }
td.TdClassName
{
border-color: #A7DF4F;
}
.TagClassName
{
border-color: #A7DF4F;
}
</style>