Shades of Conifer #A8DF49
Tints of Conifer #A8DF49
RGB
CMYK
RGB Variations
Color information
#A8DF49 (or 0xA8DF49) is known color: Conifer. HEX triplet: A8, DF and 49. RGB value is (168,223,73). Sum of RGB (Red+Green+Blue) = 168+223+73=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF49 is #5720B6. Grayscale: #BEBEBE. Windows color (decimal): -5710007 or 4841384. OLE color: 4841384.
HSL color Cylindrical-coordinate representation of color #A8DF49: hue angle of 82º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8DF49 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 73 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.13 |
| HSL | 82º | 0.7% | 0.58% | - |
| HSV(B) | 82º | 0.67% | 0.87% | - |
| XYZ | 43.74 | 61.58 | 15.88 | - |
| YUV | 189.46 | 62.28 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 73 | 0.25 | 0 | 0.67 | 0.13 | 82 | 0.7 | 0.58 |
| Hex | A8 | DF | 49 | 19 | 0 | 43 | D | 52 | 46 | 3A |
| Octal | 250 | 337 | 111 | 31 | 0 | 103 | 15 | 122 | 106 | 72 |
| Binary | 10101000 | 11011111 | 1001001 | 11001 | 0 | 1000011 | 1101 | 1010010 | 1000110 | 111010 |
Color Harmonies of #A8DF49
Complementary color
Monochromatic Colors of #A8DF49
Black with #A8DF49
Text Example
Text Example
White with #A8DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF49; }
p { color: rgb(168,223,73); }
H1.HeaderClassName
{
color: #A8DF49;
}
.AnyTagClassName
{
color: #A8DF49;
}
</style>
background-color css
<style>
a { background-color: #A8DF49; }
a { background-color: rgb(168,223,73); }
div.DivClassName
{
background-color: #A8DF49;
}
.BgClassName
{
background-color: #A8DF49;
}
</style>
border-color css
<style>
span { border-color: #A8DF49; }
span { border-color: rgb(168,223,73); }
td.TdClassName
{
border-color: #A8DF49;
}
.TagClassName
{
border-color: #A8DF49;
}
</style>