Shades of Conifer #A8EA5D
Tints of Conifer #A8EA5D
RGB
CMYK
RGB Variations
Color information
#A8EA5D (or 0xA8EA5D) is known color: Conifer. HEX triplet: A8, EA and 5D. RGB value is (168,234,93). Sum of RGB (Red+Green+Blue) = 168+234+93=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA5D is #5715A2. Grayscale: #C6C6C6. Windows color (decimal): -5707171 or 6154920. OLE color: 6154920.
HSL color Cylindrical-coordinate representation of color #A8EA5D: hue angle of 88.09º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8EA5D is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 93 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.08 |
| HSL | 88.09º | 0.77% | 0.64% | - |
| HSV(B) | 88.09º | 0.6% | 0.92% | - |
| XYZ | 47.55 | 67.96 | 20.97 | - |
| YUV | 198.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 93 | 0.28 | 0 | 0.60 | 0.08 | 88.09 | 0.77 | 0.64 |
| Hex | A8 | EA | 5D | 1C | 0 | 3C | 8 | 58 | 4D | 40 |
| Octal | 250 | 352 | 135 | 34 | 0 | 74 | 10 | 130 | 115 | 100 |
| Binary | 10101000 | 11101010 | 1011101 | 11100 | 0 | 111100 | 1000 | 1011000 | 1001101 | 1000000 |
Color Harmonies of #A8EA5D
Complementary color
Monochromatic Colors of #A8EA5D
Black with #A8EA5D
Text Example
Text Example
White with #A8EA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA5D; }
p { color: rgb(168,234,93); }
H1.HeaderClassName
{
color: #A8EA5D;
}
.AnyTagClassName
{
color: #A8EA5D;
}
</style>
background-color css
<style>
a { background-color: #A8EA5D; }
a { background-color: rgb(168,234,93); }
div.DivClassName
{
background-color: #A8EA5D;
}
.BgClassName
{
background-color: #A8EA5D;
}
</style>
border-color css
<style>
span { border-color: #A8EA5D; }
span { border-color: rgb(168,234,93); }
td.TdClassName
{
border-color: #A8EA5D;
}
.TagClassName
{
border-color: #A8EA5D;
}
</style>