Shades of Conifer #A8E56A
Tints of Conifer #A8E56A
RGB
CMYK
RGB Variations
Color information
#A8E56A (or 0xA8E56A) is known color: Conifer. HEX triplet: A8, E5 and 6A. RGB value is (168,229,106). Sum of RGB (Red+Green+Blue) = 168+229+106=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E56A is #571A95. Grayscale: #C5C5C5. Windows color (decimal): -5708438 or 7005608. OLE color: 7005608.
HSL color Cylindrical-coordinate representation of color #A8E56A: hue angle of 89.76º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8E56A is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 106 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.10 |
| HSL | 89.76º | 0.7% | 0.66% | - |
| HSV(B) | 89.76º | 0.54% | 0.9% | - |
| XYZ | 46.77 | 65.4 | 23.79 | - |
| YUV | 196.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 106 | 0.27 | 0 | 0.54 | 0.10 | 89.76 | 0.7 | 0.66 |
| Hex | A8 | E5 | 6A | 1B | 0 | 36 | A | 5A | 46 | 42 |
| Octal | 250 | 345 | 152 | 33 | 0 | 66 | 12 | 132 | 106 | 102 |
| Binary | 10101000 | 11100101 | 1101010 | 11011 | 0 | 110110 | 1010 | 1011010 | 1000110 | 1000010 |
Color Harmonies of #A8E56A
Complementary color
Monochromatic Colors of #A8E56A
Black with #A8E56A
Text Example
Text Example
White with #A8E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E56A; }
p { color: rgb(168,229,106); }
H1.HeaderClassName
{
color: #A8E56A;
}
.AnyTagClassName
{
color: #A8E56A;
}
</style>
background-color css
<style>
a { background-color: #A8E56A; }
a { background-color: rgb(168,229,106); }
div.DivClassName
{
background-color: #A8E56A;
}
.BgClassName
{
background-color: #A8E56A;
}
</style>
border-color css
<style>
span { border-color: #A8E56A; }
span { border-color: rgb(168,229,106); }
td.TdClassName
{
border-color: #A8E56A;
}
.TagClassName
{
border-color: #A8E56A;
}
</style>