Shades of Conifer #A8DF4F
Tints of Conifer #A8DF4F
RGB
CMYK
RGB Variations
Color information
#A8DF4F (or 0xA8DF4F) is known color: Conifer. HEX triplet: A8, DF and 4F. RGB value is (168,223,79). Sum of RGB (Red+Green+Blue) = 168+223+79=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF4F is #5720B0. Grayscale: #BEBEBE. Windows color (decimal): -5710001 or 5234600. OLE color: 5234600.
HSL color Cylindrical-coordinate representation of color #A8DF4F: hue angle of 82.92º 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 #A8DF4F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 79 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.13 |
| HSL | 82.92º | 0.69% | 0.59% | - |
| HSV(B) | 82.92º | 0.65% | 0.87% | - |
| XYZ | 43.95 | 61.66 | 16.98 | - |
| YUV | 190.14 | 65.28 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 79 | 0.25 | 0 | 0.65 | 0.13 | 82.92 | 0.69 | 0.59 |
| Hex | A8 | DF | 4F | 19 | 0 | 41 | D | 53 | 45 | 3B |
| Octal | 250 | 337 | 117 | 31 | 0 | 101 | 15 | 123 | 105 | 73 |
| Binary | 10101000 | 11011111 | 1001111 | 11001 | 0 | 1000001 | 1101 | 1010011 | 1000101 | 111011 |
Color Harmonies of #A8DF4F
Complementary color
Monochromatic Colors of #A8DF4F
Black with #A8DF4F
Text Example
Text Example
White with #A8DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF4F; }
p { color: rgb(168,223,79); }
H1.HeaderClassName
{
color: #A8DF4F;
}
.AnyTagClassName
{
color: #A8DF4F;
}
</style>
background-color css
<style>
a { background-color: #A8DF4F; }
a { background-color: rgb(168,223,79); }
div.DivClassName
{
background-color: #A8DF4F;
}
.BgClassName
{
background-color: #A8DF4F;
}
</style>
border-color css
<style>
span { border-color: #A8DF4F; }
span { border-color: rgb(168,223,79); }
td.TdClassName
{
border-color: #A8DF4F;
}
.TagClassName
{
border-color: #A8DF4F;
}
</style>