Shades of Conifer #A8D148
Tints of Conifer #A8D148
RGB
CMYK
RGB Variations
Color information
#A8D148 (or 0xA8D148) is known color: Conifer. HEX triplet: A8, D1 and 48. RGB value is (168,209,72). Sum of RGB (Red+Green+Blue) = 168+209+72=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D148 is #572EB7. Grayscale: #B5B5B5. Windows color (decimal): -5713592 or 4772264. OLE color: 4772264.
HSL color Cylindrical-coordinate representation of color #A8D148: hue angle of 77.96º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8D148 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 72 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.18 |
| HSL | 77.96º | 0.6% | 0.55% | - |
| HSV(B) | 77.96º | 0.66% | 0.82% | - |
| XYZ | 40.12 | 54.39 | 14.52 | - |
| YUV | 181.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 72 | 0.20 | 0 | 0.66 | 0.18 | 77.96 | 0.6 | 0.55 |
| Hex | A8 | D1 | 48 | 14 | 0 | 42 | 12 | 4E | 3C | 37 |
| Octal | 250 | 321 | 110 | 24 | 0 | 102 | 22 | 116 | 74 | 67 |
| Binary | 10101000 | 11010001 | 1001000 | 10100 | 0 | 1000010 | 10010 | 1001110 | 111100 | 110111 |
Color Harmonies of #A8D148
Complementary color
Monochromatic Colors of #A8D148
Black with #A8D148
Text Example
Text Example
White with #A8D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D148; }
p { color: rgb(168,209,72); }
H1.HeaderClassName
{
color: #A8D148;
}
.AnyTagClassName
{
color: #A8D148;
}
</style>
background-color css
<style>
a { background-color: #A8D148; }
a { background-color: rgb(168,209,72); }
div.DivClassName
{
background-color: #A8D148;
}
.BgClassName
{
background-color: #A8D148;
}
</style>
border-color css
<style>
span { border-color: #A8D148; }
span { border-color: rgb(168,209,72); }
td.TdClassName
{
border-color: #A8D148;
}
.TagClassName
{
border-color: #A8D148;
}
</style>