Shades of Conifer #A8E145
Tints of Conifer #A8E145
RGB
CMYK
RGB Variations
Color information
#A8E145 (or 0xA8E145) is known color: Conifer. HEX triplet: A8, E1 and 45. RGB value is (168,225,69). Sum of RGB (Red+Green+Blue) = 168+225+69=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E145 is #571EBA. Grayscale: #BEBEBE. Windows color (decimal): -5709499 or 4579752. OLE color: 4579752.
HSL color Cylindrical-coordinate representation of color #A8E145: hue angle of 81.92º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8E145 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 69 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.12 |
| HSL | 81.92º | 0.72% | 0.58% | - |
| HSV(B) | 81.92º | 0.69% | 0.88% | - |
| XYZ | 44.15 | 62.6 | 15.39 | - |
| YUV | 190.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 69 | 0.25 | 0 | 0.69 | 0.12 | 81.92 | 0.72 | 0.58 |
| Hex | A8 | E1 | 45 | 19 | 0 | 45 | C | 52 | 48 | 3A |
| Octal | 250 | 341 | 105 | 31 | 0 | 105 | 14 | 122 | 110 | 72 |
| Binary | 10101000 | 11100001 | 1000101 | 11001 | 0 | 1000101 | 1100 | 1010010 | 1001000 | 111010 |
Color Harmonies of #A8E145
Complementary color
Monochromatic Colors of #A8E145
Black with #A8E145
Text Example
Text Example
White with #A8E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E145; }
p { color: rgb(168,225,69); }
H1.HeaderClassName
{
color: #A8E145;
}
.AnyTagClassName
{
color: #A8E145;
}
</style>
background-color css
<style>
a { background-color: #A8E145; }
a { background-color: rgb(168,225,69); }
div.DivClassName
{
background-color: #A8E145;
}
.BgClassName
{
background-color: #A8E145;
}
</style>
border-color css
<style>
span { border-color: #A8E145; }
span { border-color: rgb(168,225,69); }
td.TdClassName
{
border-color: #A8E145;
}
.TagClassName
{
border-color: #A8E145;
}
</style>