Shades of Conifer #A8E05A
Tints of Conifer #A8E05A
RGB
CMYK
RGB Variations
Color information
#A8E05A (or 0xA8E05A) is known color: Conifer. HEX triplet: A8, E0 and 5A. RGB value is (168,224,90). Sum of RGB (Red+Green+Blue) = 168+224+90=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E05A is #571FA5. Grayscale: #C0C0C0. Windows color (decimal): -5709734 or 5955752. OLE color: 5955752.
HSL color Cylindrical-coordinate representation of color #A8E05A: hue angle of 85.07º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8E05A is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 90 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.12 |
| HSL | 85.07º | 0.68% | 0.62% | - |
| HSV(B) | 85.07º | 0.6% | 0.88% | - |
| XYZ | 44.65 | 62.37 | 19.36 | - |
| YUV | 191.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 90 | 0.25 | 0 | 0.60 | 0.12 | 85.07 | 0.68 | 0.62 |
| Hex | A8 | E0 | 5A | 19 | 0 | 3C | C | 55 | 44 | 3E |
| Octal | 250 | 340 | 132 | 31 | 0 | 74 | 14 | 125 | 104 | 76 |
| Binary | 10101000 | 11100000 | 1011010 | 11001 | 0 | 111100 | 1100 | 1010101 | 1000100 | 111110 |
Color Harmonies of #A8E05A
Complementary color
Monochromatic Colors of #A8E05A
Black with #A8E05A
Text Example
Text Example
White with #A8E05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E05A; }
p { color: rgb(168,224,90); }
H1.HeaderClassName
{
color: #A8E05A;
}
.AnyTagClassName
{
color: #A8E05A;
}
</style>
background-color css
<style>
a { background-color: #A8E05A; }
a { background-color: rgb(168,224,90); }
div.DivClassName
{
background-color: #A8E05A;
}
.BgClassName
{
background-color: #A8E05A;
}
</style>
border-color css
<style>
span { border-color: #A8E05A; }
span { border-color: rgb(168,224,90); }
td.TdClassName
{
border-color: #A8E05A;
}
.TagClassName
{
border-color: #A8E05A;
}
</style>