Shades of Conifer #A8E041
Tints of Conifer #A8E041
RGB
CMYK
RGB Variations
Color information
#A8E041 (or 0xA8E041) is known color: Conifer. HEX triplet: A8, E0 and 41. RGB value is (168,224,65). Sum of RGB (Red+Green+Blue) = 168+224+65=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E041 is #571FBE. Grayscale: #BDBDBD. Windows color (decimal): -5709759 or 4317352. OLE color: 4317352.
HSL color Cylindrical-coordinate representation of color #A8E041: hue angle of 81.13º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8E041 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 65 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.12 |
| HSL | 81.13º | 0.72% | 0.57% | - |
| HSV(B) | 81.13º | 0.71% | 0.88% | - |
| XYZ | 43.76 | 62.02 | 14.67 | - |
| YUV | 189.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 65 | 0.25 | 0 | 0.71 | 0.12 | 81.13 | 0.72 | 0.57 |
| Hex | A8 | E0 | 41 | 19 | 0 | 47 | C | 51 | 48 | 39 |
| Octal | 250 | 340 | 101 | 31 | 0 | 107 | 14 | 121 | 110 | 71 |
| Binary | 10101000 | 11100000 | 1000001 | 11001 | 0 | 1000111 | 1100 | 1010001 | 1001000 | 111001 |
Color Harmonies of #A8E041
Complementary color
Monochromatic Colors of #A8E041
Black with #A8E041
Text Example
Text Example
White with #A8E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E041; }
p { color: rgb(168,224,65); }
H1.HeaderClassName
{
color: #A8E041;
}
.AnyTagClassName
{
color: #A8E041;
}
</style>
background-color css
<style>
a { background-color: #A8E041; }
a { background-color: rgb(168,224,65); }
div.DivClassName
{
background-color: #A8E041;
}
.BgClassName
{
background-color: #A8E041;
}
</style>
border-color css
<style>
span { border-color: #A8E041; }
span { border-color: rgb(168,224,65); }
td.TdClassName
{
border-color: #A8E041;
}
.TagClassName
{
border-color: #A8E041;
}
</style>