Shades of Conifer #A8E054
Tints of Conifer #A8E054
RGB
CMYK
RGB Variations
Color information
#A8E054 (or 0xA8E054) is known color: Conifer. HEX triplet: A8, E0 and 54. RGB value is (168,224,84). Sum of RGB (Red+Green+Blue) = 168+224+84=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E054 is #571FAB. Grayscale: #BFBFBF. Windows color (decimal): -5709740 or 5562536. OLE color: 5562536.
HSL color Cylindrical-coordinate representation of color #A8E054: hue angle of 84º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8E054 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 84 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.12 |
| HSL | 84º | 0.69% | 0.6% | - |
| HSV(B) | 84º | 0.63% | 0.88% | - |
| XYZ | 44.4 | 62.28 | 18.07 | - |
| YUV | 191.3 | 67.45 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 84 | 0.25 | 0 | 0.62 | 0.12 | 84 | 0.69 | 0.6 |
| Hex | A8 | E0 | 54 | 19 | 0 | 3E | C | 54 | 45 | 3C |
| Octal | 250 | 340 | 124 | 31 | 0 | 76 | 14 | 124 | 105 | 74 |
| Binary | 10101000 | 11100000 | 1010100 | 11001 | 0 | 111110 | 1100 | 1010100 | 1000101 | 111100 |
Color Harmonies of #A8E054
Complementary color
Monochromatic Colors of #A8E054
Black with #A8E054
Text Example
Text Example
White with #A8E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E054; }
p { color: rgb(168,224,84); }
H1.HeaderClassName
{
color: #A8E054;
}
.AnyTagClassName
{
color: #A8E054;
}
</style>
background-color css
<style>
a { background-color: #A8E054; }
a { background-color: rgb(168,224,84); }
div.DivClassName
{
background-color: #A8E054;
}
.BgClassName
{
background-color: #A8E054;
}
</style>
border-color css
<style>
span { border-color: #A8E054; }
span { border-color: rgb(168,224,84); }
td.TdClassName
{
border-color: #A8E054;
}
.TagClassName
{
border-color: #A8E054;
}
</style>