Shades of Conifer #A8E15B
Tints of Conifer #A8E15B
RGB
CMYK
RGB Variations
Color information
#A8E15B (or 0xA8E15B) is known color: Conifer. HEX triplet: A8, E1 and 5B. RGB value is (168,225,91). Sum of RGB (Red+Green+Blue) = 168+225+91=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E15B is #571EA4. Grayscale: #C1C1C1. Windows color (decimal): -5709477 or 6021544. OLE color: 6021544.
HSL color Cylindrical-coordinate representation of color #A8E15B: hue angle of 85.52º 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 #A8E15B is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 91 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.12 |
| HSL | 85.52º | 0.69% | 0.62% | - |
| HSV(B) | 85.52º | 0.6% | 0.88% | - |
| XYZ | 44.96 | 62.93 | 19.67 | - |
| YUV | 192.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 91 | 0.25 | 0 | 0.60 | 0.12 | 85.52 | 0.69 | 0.62 |
| Hex | A8 | E1 | 5B | 19 | 0 | 3C | C | 56 | 45 | 3E |
| Octal | 250 | 341 | 133 | 31 | 0 | 74 | 14 | 126 | 105 | 76 |
| Binary | 10101000 | 11100001 | 1011011 | 11001 | 0 | 111100 | 1100 | 1010110 | 1000101 | 111110 |
Color Harmonies of #A8E15B
Complementary color
Monochromatic Colors of #A8E15B
Black with #A8E15B
Text Example
Text Example
White with #A8E15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E15B; }
p { color: rgb(168,225,91); }
H1.HeaderClassName
{
color: #A8E15B;
}
.AnyTagClassName
{
color: #A8E15B;
}
</style>
background-color css
<style>
a { background-color: #A8E15B; }
a { background-color: rgb(168,225,91); }
div.DivClassName
{
background-color: #A8E15B;
}
.BgClassName
{
background-color: #A8E15B;
}
</style>
border-color css
<style>
span { border-color: #A8E15B; }
span { border-color: rgb(168,225,91); }
td.TdClassName
{
border-color: #A8E15B;
}
.TagClassName
{
border-color: #A8E15B;
}
</style>