Shades of Conifer #A8E95B
Tints of Conifer #A8E95B
RGB
CMYK
RGB Variations
Color information
#A8E95B (or 0xA8E95B) is known color: Conifer. HEX triplet: A8, E9 and 5B. RGB value is (168,233,91). Sum of RGB (Red+Green+Blue) = 168+233+91=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E95B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E95B is #5716A4. Grayscale: #C5C5C5. Windows color (decimal): -5707429 or 6023592. OLE color: 6023592.
HSL color Cylindrical-coordinate representation of color #A8E95B: hue angle of 87.46º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8E95B is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 233 | 91 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.09 |
| HSL | 87.46º | 0.76% | 0.64% | - |
| HSV(B) | 87.46º | 0.61% | 0.91% | - |
| XYZ | 47.18 | 67.36 | 20.41 | - |
| YUV | 197.38 | 67.97 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 91 | 0.28 | 0 | 0.61 | 0.09 | 87.46 | 0.76 | 0.64 |
| Hex | A8 | E9 | 5B | 1C | 0 | 3D | 9 | 57 | 4C | 40 |
| Octal | 250 | 351 | 133 | 34 | 0 | 75 | 11 | 127 | 114 | 100 |
| Binary | 10101000 | 11101001 | 1011011 | 11100 | 0 | 111101 | 1001 | 1010111 | 1001100 | 1000000 |
Color Harmonies of #A8E95B
Complementary color
Monochromatic Colors of #A8E95B
Black with #A8E95B
Text Example
Text Example
White with #A8E95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E95B; }
p { color: rgb(168,233,91); }
H1.HeaderClassName
{
color: #A8E95B;
}
.AnyTagClassName
{
color: #A8E95B;
}
</style>
background-color css
<style>
a { background-color: #A8E95B; }
a { background-color: rgb(168,233,91); }
div.DivClassName
{
background-color: #A8E95B;
}
.BgClassName
{
background-color: #A8E95B;
}
</style>
border-color css
<style>
span { border-color: #A8E95B; }
span { border-color: rgb(168,233,91); }
td.TdClassName
{
border-color: #A8E95B;
}
.TagClassName
{
border-color: #A8E95B;
}
</style>