Shades of Conifer #A8CF49
Tints of Conifer #A8CF49
RGB
CMYK
RGB Variations
Color information
#A8CF49 (or 0xA8CF49) is known color: Conifer. HEX triplet: A8, CF and 49. RGB value is (168,207,73). Sum of RGB (Red+Green+Blue) = 168+207+73=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF49 is #5730B6. Grayscale: #B4B4B4. Windows color (decimal): -5714103 or 4837288. OLE color: 4837288.
HSL color Cylindrical-coordinate representation of color #A8CF49: hue angle of 77.46º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8CF49 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 73 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.19 |
| HSL | 77.46º | 0.58% | 0.55% | - |
| HSV(B) | 77.46º | 0.65% | 0.81% | - |
| XYZ | 39.66 | 53.43 | 14.53 | - |
| YUV | 180.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 73 | 0.19 | 0 | 0.65 | 0.19 | 77.46 | 0.58 | 0.55 |
| Hex | A8 | CF | 49 | 13 | 0 | 41 | 13 | 4D | 3A | 37 |
| Octal | 250 | 317 | 111 | 23 | 0 | 101 | 23 | 115 | 72 | 67 |
| Binary | 10101000 | 11001111 | 1001001 | 10011 | 0 | 1000001 | 10011 | 1001101 | 111010 | 110111 |
Color Harmonies of #A8CF49
Complementary color
Monochromatic Colors of #A8CF49
Black with #A8CF49
Text Example
Text Example
White with #A8CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF49; }
p { color: rgb(168,207,73); }
H1.HeaderClassName
{
color: #A8CF49;
}
.AnyTagClassName
{
color: #A8CF49;
}
</style>
background-color css
<style>
a { background-color: #A8CF49; }
a { background-color: rgb(168,207,73); }
div.DivClassName
{
background-color: #A8CF49;
}
.BgClassName
{
background-color: #A8CF49;
}
</style>
border-color css
<style>
span { border-color: #A8CF49; }
span { border-color: rgb(168,207,73); }
td.TdClassName
{
border-color: #A8CF49;
}
.TagClassName
{
border-color: #A8CF49;
}
</style>