Shades of Conifer #A8F047
Tints of Conifer #A8F047
RGB
CMYK
RGB Variations
Color information
#A8F047 (or 0xA8F047) is known color: Conifer. HEX triplet: A8, F0 and 47. RGB value is (168,240,71). Sum of RGB (Red+Green+Blue) = 168+240+71=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F047 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F047 is #570FB8. Grayscale: #C7C7C7. Windows color (decimal): -5705657 or 4714664. OLE color: 4714664.
HSL color Cylindrical-coordinate representation of color #A8F047: hue angle of 85.56º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F047 is Cyan = 0.3, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 71 | - |
| CMYK | 0.3 | 0 | 0.70 | 0.06 |
| HSL | 85.56º | 0.85% | 0.61% | - |
| HSV(B) | 85.56º | 0.7% | 0.94% | - |
| XYZ | 48.45 | 71.1 | 17.13 | - |
| YUV | 199.21 | 55.65 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 71 | 0.3 | 0 | 0.70 | 0.06 | 85.56 | 0.85 | 0.61 |
| Hex | A8 | F0 | 47 | 1E | 0 | 46 | 6 | 56 | 55 | 3D |
| Octal | 250 | 360 | 107 | 36 | 0 | 106 | 6 | 126 | 125 | 75 |
| Binary | 10101000 | 11110000 | 1000111 | 11110 | 0 | 1000110 | 110 | 1010110 | 1010101 | 111101 |
Color Harmonies of #A8F047
Complementary color
Monochromatic Colors of #A8F047
Black with #A8F047
Text Example
Text Example
White with #A8F047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F047; }
p { color: rgb(168,240,71); }
H1.HeaderClassName
{
color: #A8F047;
}
.AnyTagClassName
{
color: #A8F047;
}
</style>
background-color css
<style>
a { background-color: #A8F047; }
a { background-color: rgb(168,240,71); }
div.DivClassName
{
background-color: #A8F047;
}
.BgClassName
{
background-color: #A8F047;
}
</style>
border-color css
<style>
span { border-color: #A8F047; }
span { border-color: rgb(168,240,71); }
td.TdClassName
{
border-color: #A8F047;
}
.TagClassName
{
border-color: #A8F047;
}
</style>