Shades of Conifer #A8E55B
Tints of Conifer #A8E55B
RGB
CMYK
RGB Variations
Color information
#A8E55B (or 0xA8E55B) is known color: Conifer. HEX triplet: A8, E5 and 5B. RGB value is (168,229,91). Sum of RGB (Red+Green+Blue) = 168+229+91=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E55B is #571AA4. Grayscale: #C3C3C3. Windows color (decimal): -5708453 or 6022568. OLE color: 6022568.
HSL color Cylindrical-coordinate representation of color #A8E55B: hue angle of 86.52º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8E55B is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 91 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.10 |
| HSL | 86.52º | 0.73% | 0.63% | - |
| HSV(B) | 86.52º | 0.6% | 0.9% | - |
| XYZ | 46.06 | 65.12 | 20.04 | - |
| YUV | 195.03 | 69.29 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 91 | 0.27 | 0 | 0.60 | 0.10 | 86.52 | 0.73 | 0.63 |
| Hex | A8 | E5 | 5B | 1B | 0 | 3C | A | 57 | 49 | 3F |
| Octal | 250 | 345 | 133 | 33 | 0 | 74 | 12 | 127 | 111 | 77 |
| Binary | 10101000 | 11100101 | 1011011 | 11011 | 0 | 111100 | 1010 | 1010111 | 1001001 | 111111 |
Color Harmonies of #A8E55B
Complementary color
Monochromatic Colors of #A8E55B
Black with #A8E55B
Text Example
Text Example
White with #A8E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E55B; }
p { color: rgb(168,229,91); }
H1.HeaderClassName
{
color: #A8E55B;
}
.AnyTagClassName
{
color: #A8E55B;
}
</style>
background-color css
<style>
a { background-color: #A8E55B; }
a { background-color: rgb(168,229,91); }
div.DivClassName
{
background-color: #A8E55B;
}
.BgClassName
{
background-color: #A8E55B;
}
</style>
border-color css
<style>
span { border-color: #A8E55B; }
span { border-color: rgb(168,229,91); }
td.TdClassName
{
border-color: #A8E55B;
}
.TagClassName
{
border-color: #A8E55B;
}
</style>