Shades of Conifer #A8E15A
Tints of Conifer #A8E15A
RGB
CMYK
RGB Variations
Color information
#A8E15A (or 0xA8E15A) is known color: Conifer. HEX triplet: A8, E1 and 5A. RGB value is (168,225,90). Sum of RGB (Red+Green+Blue) = 168+225+90=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E15A is #571EA5. Grayscale: #C1C1C1. Windows color (decimal): -5709478 or 5956008. OLE color: 5956008.
HSL color Cylindrical-coordinate representation of color #A8E15A: hue angle of 85.33º degrees, saturation: 0.69, 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 #A8E15A is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 90 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.12 |
| HSL | 85.33º | 0.69% | 0.62% | - |
| HSV(B) | 85.33º | 0.6% | 0.88% | - |
| XYZ | 44.92 | 62.91 | 19.45 | - |
| YUV | 192.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 90 | 0.25 | 0 | 0.60 | 0.12 | 85.33 | 0.69 | 0.62 |
| Hex | A8 | E1 | 5A | 19 | 0 | 3C | C | 55 | 45 | 3E |
| Octal | 250 | 341 | 132 | 31 | 0 | 74 | 14 | 125 | 105 | 76 |
| Binary | 10101000 | 11100001 | 1011010 | 11001 | 0 | 111100 | 1100 | 1010101 | 1000101 | 111110 |
Color Harmonies of #A8E15A
Complementary color
Monochromatic Colors of #A8E15A
Black with #A8E15A
Text Example
Text Example
White with #A8E15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E15A; }
p { color: rgb(168,225,90); }
H1.HeaderClassName
{
color: #A8E15A;
}
.AnyTagClassName
{
color: #A8E15A;
}
</style>
background-color css
<style>
a { background-color: #A8E15A; }
a { background-color: rgb(168,225,90); }
div.DivClassName
{
background-color: #A8E15A;
}
.BgClassName
{
background-color: #A8E15A;
}
</style>
border-color css
<style>
span { border-color: #A8E15A; }
span { border-color: rgb(168,225,90); }
td.TdClassName
{
border-color: #A8E15A;
}
.TagClassName
{
border-color: #A8E15A;
}
</style>