Shades of Conifer #A8F449
Tints of Conifer #A8F449
RGB
CMYK
RGB Variations
Color information
#A8F449 (or 0xA8F449) is known color: Conifer. HEX triplet: A8, F4 and 49. RGB value is (168,244,73). Sum of RGB (Red+Green+Blue) = 168+244+73=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F449 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F449 is #570BB6. Grayscale: #CACACA. Windows color (decimal): -5704631 or 4846760. OLE color: 4846760.
HSL color Cylindrical-coordinate representation of color #A8F449: hue angle of 86.67º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F449 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 73 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.04 |
| HSL | 86.67º | 0.89% | 0.62% | - |
| HSV(B) | 86.67º | 0.7% | 0.96% | - |
| XYZ | 49.7 | 73.51 | 17.87 | - |
| YUV | 201.78 | 55.32 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 73 | 0.31 | 0 | 0.70 | 0.04 | 86.67 | 0.89 | 0.62 |
| Hex | A8 | F4 | 49 | 1F | 0 | 46 | 4 | 57 | 59 | 3E |
| Octal | 250 | 364 | 111 | 37 | 0 | 106 | 4 | 127 | 131 | 76 |
| Binary | 10101000 | 11110100 | 1001001 | 11111 | 0 | 1000110 | 100 | 1010111 | 1011001 | 111110 |
Color Harmonies of #A8F449
Complementary color
Monochromatic Colors of #A8F449
Black with #A8F449
Text Example
Text Example
White with #A8F449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F449; }
p { color: rgb(168,244,73); }
H1.HeaderClassName
{
color: #A8F449;
}
.AnyTagClassName
{
color: #A8F449;
}
</style>
background-color css
<style>
a { background-color: #A8F449; }
a { background-color: rgb(168,244,73); }
div.DivClassName
{
background-color: #A8F449;
}
.BgClassName
{
background-color: #A8F449;
}
</style>
border-color css
<style>
span { border-color: #A8F449; }
span { border-color: rgb(168,244,73); }
td.TdClassName
{
border-color: #A8F449;
}
.TagClassName
{
border-color: #A8F449;
}
</style>