Shades of Conifer #A8EA56
Tints of Conifer #A8EA56
RGB
CMYK
RGB Variations
Color information
#A8EA56 (or 0xA8EA56) is known color: Conifer. HEX triplet: A8, EA and 56. RGB value is (168,234,86). Sum of RGB (Red+Green+Blue) = 168+234+86=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA56 is #5715A9. Grayscale: #C5C5C5. Windows color (decimal): -5707178 or 5696168. OLE color: 5696168.
HSL color Cylindrical-coordinate representation of color #A8EA56: hue angle of 86.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8EA56 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 86 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.08 |
| HSL | 86.76º | 0.78% | 0.63% | - |
| HSV(B) | 86.76º | 0.63% | 0.92% | - |
| XYZ | 47.25 | 67.84 | 19.41 | - |
| YUV | 197.39 | 65.13 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 86 | 0.28 | 0 | 0.63 | 0.08 | 86.76 | 0.78 | 0.63 |
| Hex | A8 | EA | 56 | 1C | 0 | 3F | 8 | 57 | 4E | 3F |
| Octal | 250 | 352 | 126 | 34 | 0 | 77 | 10 | 127 | 116 | 77 |
| Binary | 10101000 | 11101010 | 1010110 | 11100 | 0 | 111111 | 1000 | 1010111 | 1001110 | 111111 |
Color Harmonies of #A8EA56
Complementary color
Monochromatic Colors of #A8EA56
Black with #A8EA56
Text Example
Text Example
White with #A8EA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA56; }
p { color: rgb(168,234,86); }
H1.HeaderClassName
{
color: #A8EA56;
}
.AnyTagClassName
{
color: #A8EA56;
}
</style>
background-color css
<style>
a { background-color: #A8EA56; }
a { background-color: rgb(168,234,86); }
div.DivClassName
{
background-color: #A8EA56;
}
.BgClassName
{
background-color: #A8EA56;
}
</style>
border-color css
<style>
span { border-color: #A8EA56; }
span { border-color: rgb(168,234,86); }
td.TdClassName
{
border-color: #A8EA56;
}
.TagClassName
{
border-color: #A8EA56;
}
</style>