Shades of Conifer #A8F148
Tints of Conifer #A8F148
RGB
CMYK
RGB Variations
Color information
#A8F148 (or 0xA8F148) is known color: Conifer. HEX triplet: A8, F1 and 48. RGB value is (168,241,72). Sum of RGB (Red+Green+Blue) = 168+241+72=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F148 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F148 is #570EB7. Grayscale: #C8C8C8. Windows color (decimal): -5705400 or 4780456. OLE color: 4780456.
HSL color Cylindrical-coordinate representation of color #A8F148: hue angle of 85.92º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F148 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 72 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.05 |
| HSL | 85.92º | 0.86% | 0.61% | - |
| HSV(B) | 85.92º | 0.7% | 0.95% | - |
| XYZ | 48.77 | 71.7 | 17.4 | - |
| YUV | 199.91 | 55.82 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 72 | 0.30 | 0 | 0.70 | 0.05 | 85.92 | 0.86 | 0.61 |
| Hex | A8 | F1 | 48 | 1E | 0 | 46 | 5 | 56 | 56 | 3D |
| Octal | 250 | 361 | 110 | 36 | 0 | 106 | 5 | 126 | 126 | 75 |
| Binary | 10101000 | 11110001 | 1001000 | 11110 | 0 | 1000110 | 101 | 1010110 | 1010110 | 111101 |
Color Harmonies of #A8F148
Complementary color
Monochromatic Colors of #A8F148
Black with #A8F148
Text Example
Text Example
White with #A8F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F148; }
p { color: rgb(168,241,72); }
H1.HeaderClassName
{
color: #A8F148;
}
.AnyTagClassName
{
color: #A8F148;
}
</style>
background-color css
<style>
a { background-color: #A8F148; }
a { background-color: rgb(168,241,72); }
div.DivClassName
{
background-color: #A8F148;
}
.BgClassName
{
background-color: #A8F148;
}
</style>
border-color css
<style>
span { border-color: #A8F148; }
span { border-color: rgb(168,241,72); }
td.TdClassName
{
border-color: #A8F148;
}
.TagClassName
{
border-color: #A8F148;
}
</style>