Shades of Conifer #A8EA5C
Tints of Conifer #A8EA5C
RGB
CMYK
RGB Variations
Color information
#A8EA5C (or 0xA8EA5C) is known color: Conifer. HEX triplet: A8, EA and 5C. RGB value is (168,234,92). Sum of RGB (Red+Green+Blue) = 168+234+92=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA5C is #5715A3. Grayscale: #C6C6C6. Windows color (decimal): -5707172 or 6089384. OLE color: 6089384.
HSL color Cylindrical-coordinate representation of color #A8EA5C: hue angle of 87.89º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8EA5C is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 92 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.08 |
| HSL | 87.89º | 0.77% | 0.64% | - |
| HSV(B) | 87.89º | 0.61% | 0.92% | - |
| XYZ | 47.5 | 67.94 | 20.74 | - |
| YUV | 198.08 | 68.13 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 92 | 0.28 | 0 | 0.61 | 0.08 | 87.89 | 0.77 | 0.64 |
| Hex | A8 | EA | 5C | 1C | 0 | 3D | 8 | 58 | 4D | 40 |
| Octal | 250 | 352 | 134 | 34 | 0 | 75 | 10 | 130 | 115 | 100 |
| Binary | 10101000 | 11101010 | 1011100 | 11100 | 0 | 111101 | 1000 | 1011000 | 1001101 | 1000000 |
Color Harmonies of #A8EA5C
Complementary color
Monochromatic Colors of #A8EA5C
Black with #A8EA5C
Text Example
Text Example
White with #A8EA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA5C; }
p { color: rgb(168,234,92); }
H1.HeaderClassName
{
color: #A8EA5C;
}
.AnyTagClassName
{
color: #A8EA5C;
}
</style>
background-color css
<style>
a { background-color: #A8EA5C; }
a { background-color: rgb(168,234,92); }
div.DivClassName
{
background-color: #A8EA5C;
}
.BgClassName
{
background-color: #A8EA5C;
}
</style>
border-color css
<style>
span { border-color: #A8EA5C; }
span { border-color: rgb(168,234,92); }
td.TdClassName
{
border-color: #A8EA5C;
}
.TagClassName
{
border-color: #A8EA5C;
}
</style>