Shades of Conifer #A8E55C
Tints of Conifer #A8E55C
RGB
CMYK
RGB Variations
Color information
#A8E55C (or 0xA8E55C) is known color: Conifer. HEX triplet: A8, E5 and 5C. RGB value is (168,229,92). Sum of RGB (Red+Green+Blue) = 168+229+92=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E55C is #571AA3. Grayscale: #C3C3C3. Windows color (decimal): -5708452 or 6088104. OLE color: 6088104.
HSL color Cylindrical-coordinate representation of color #A8E55C: hue angle of 86.72º degrees, saturation: 0.72, 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 #A8E55C is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 92 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.10 |
| HSL | 86.72º | 0.72% | 0.63% | - |
| HSV(B) | 86.72º | 0.6% | 0.9% | - |
| XYZ | 46.1 | 65.14 | 20.27 | - |
| YUV | 195.14 | 69.79 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 92 | 0.27 | 0 | 0.60 | 0.10 | 86.72 | 0.72 | 0.63 |
| Hex | A8 | E5 | 5C | 1B | 0 | 3C | A | 57 | 48 | 3F |
| Octal | 250 | 345 | 134 | 33 | 0 | 74 | 12 | 127 | 110 | 77 |
| Binary | 10101000 | 11100101 | 1011100 | 11011 | 0 | 111100 | 1010 | 1010111 | 1001000 | 111111 |
Color Harmonies of #A8E55C
Complementary color
Monochromatic Colors of #A8E55C
Black with #A8E55C
Text Example
Text Example
White with #A8E55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E55C; }
p { color: rgb(168,229,92); }
H1.HeaderClassName
{
color: #A8E55C;
}
.AnyTagClassName
{
color: #A8E55C;
}
</style>
background-color css
<style>
a { background-color: #A8E55C; }
a { background-color: rgb(168,229,92); }
div.DivClassName
{
background-color: #A8E55C;
}
.BgClassName
{
background-color: #A8E55C;
}
</style>
border-color css
<style>
span { border-color: #A8E55C; }
span { border-color: rgb(168,229,92); }
td.TdClassName
{
border-color: #A8E55C;
}
.TagClassName
{
border-color: #A8E55C;
}
</style>