Shades of Conifer #A8E95A
Tints of Conifer #A8E95A
RGB
CMYK
RGB Variations
Color information
#A8E95A (or 0xA8E95A) is known color: Conifer. HEX triplet: A8, E9 and 5A. RGB value is (168,233,90). Sum of RGB (Red+Green+Blue) = 168+233+90=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E95A is #5716A5. Grayscale: #C5C5C5. Windows color (decimal): -5707430 or 5958056. OLE color: 5958056.
HSL color Cylindrical-coordinate representation of color #A8E95A: hue angle of 87.27º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8E95A is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 233 | 90 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.09 |
| HSL | 87.27º | 0.76% | 0.63% | - |
| HSV(B) | 87.27º | 0.61% | 0.91% | - |
| XYZ | 47.13 | 67.34 | 20.19 | - |
| YUV | 197.26 | 67.47 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 90 | 0.28 | 0 | 0.61 | 0.09 | 87.27 | 0.76 | 0.63 |
| Hex | A8 | E9 | 5A | 1C | 0 | 3D | 9 | 57 | 4C | 3F |
| Octal | 250 | 351 | 132 | 34 | 0 | 75 | 11 | 127 | 114 | 77 |
| Binary | 10101000 | 11101001 | 1011010 | 11100 | 0 | 111101 | 1001 | 1010111 | 1001100 | 111111 |
Color Harmonies of #A8E95A
Complementary color
Monochromatic Colors of #A8E95A
Black with #A8E95A
Text Example
Text Example
White with #A8E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E95A; }
p { color: rgb(168,233,90); }
H1.HeaderClassName
{
color: #A8E95A;
}
.AnyTagClassName
{
color: #A8E95A;
}
</style>
background-color css
<style>
a { background-color: #A8E95A; }
a { background-color: rgb(168,233,90); }
div.DivClassName
{
background-color: #A8E95A;
}
.BgClassName
{
background-color: #A8E95A;
}
</style>
border-color css
<style>
span { border-color: #A8E95A; }
span { border-color: rgb(168,233,90); }
td.TdClassName
{
border-color: #A8E95A;
}
.TagClassName
{
border-color: #A8E95A;
}
</style>