Shades of Conifer #A8E558
Tints of Conifer #A8E558
RGB
CMYK
RGB Variations
Color information
#A8E558 (or 0xA8E558) is known color: Conifer. HEX triplet: A8, E5 and 58. RGB value is (168,229,88). Sum of RGB (Red+Green+Blue) = 168+229+88=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E558 is #571AA7. Grayscale: #C3C3C3. Windows color (decimal): -5708456 or 5825960. OLE color: 5825960.
HSL color Cylindrical-coordinate representation of color #A8E558: hue angle of 85.96º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8E558 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 88 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.10 |
| HSL | 85.96º | 0.73% | 0.62% | - |
| HSV(B) | 85.96º | 0.62% | 0.9% | - |
| XYZ | 45.93 | 65.07 | 19.37 | - |
| YUV | 194.69 | 67.79 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 88 | 0.27 | 0 | 0.62 | 0.10 | 85.96 | 0.73 | 0.62 |
| Hex | A8 | E5 | 58 | 1B | 0 | 3E | A | 56 | 49 | 3E |
| Octal | 250 | 345 | 130 | 33 | 0 | 76 | 12 | 126 | 111 | 76 |
| Binary | 10101000 | 11100101 | 1011000 | 11011 | 0 | 111110 | 1010 | 1010110 | 1001001 | 111110 |
Color Harmonies of #A8E558
Complementary color
Monochromatic Colors of #A8E558
Black with #A8E558
Text Example
Text Example
White with #A8E558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E558; }
p { color: rgb(168,229,88); }
H1.HeaderClassName
{
color: #A8E558;
}
.AnyTagClassName
{
color: #A8E558;
}
</style>
background-color css
<style>
a { background-color: #A8E558; }
a { background-color: rgb(168,229,88); }
div.DivClassName
{
background-color: #A8E558;
}
.BgClassName
{
background-color: #A8E558;
}
</style>
border-color css
<style>
span { border-color: #A8E558; }
span { border-color: rgb(168,229,88); }
td.TdClassName
{
border-color: #A8E558;
}
.TagClassName
{
border-color: #A8E558;
}
</style>