Shades of Conifer #A6E05D
Tints of Conifer #A6E05D
RGB
CMYK
RGB Variations
Color information
#A6E05D (or 0xA6E05D) is known color: Conifer. HEX triplet: A6, E0 and 5D. RGB value is (166,224,93). Sum of RGB (Red+Green+Blue) = 166+224+93=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E05D is #591FA2. Grayscale: #C0C0C0. Windows color (decimal): -5840803 or 6152358. OLE color: 6152358.
HSL color Cylindrical-coordinate representation of color #A6E05D: hue angle of 86.56º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6E05D is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 93 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.12 |
| HSL | 86.56º | 0.68% | 0.62% | - |
| HSV(B) | 86.56º | 0.58% | 0.88% | - |
| XYZ | 44.36 | 62.21 | 20.03 | - |
| YUV | 191.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 93 | 0.26 | 0 | 0.58 | 0.12 | 86.56 | 0.68 | 0.62 |
| Hex | A6 | E0 | 5D | 1A | 0 | 3A | C | 57 | 44 | 3E |
| Octal | 246 | 340 | 135 | 32 | 0 | 72 | 14 | 127 | 104 | 76 |
| Binary | 10100110 | 11100000 | 1011101 | 11010 | 0 | 111010 | 1100 | 1010111 | 1000100 | 111110 |
Color Harmonies of #A6E05D
Complementary color
Monochromatic Colors of #A6E05D
Black with #A6E05D
Text Example
Text Example
White with #A6E05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E05D; }
p { color: rgb(166,224,93); }
H1.HeaderClassName
{
color: #A6E05D;
}
.AnyTagClassName
{
color: #A6E05D;
}
</style>
background-color css
<style>
a { background-color: #A6E05D; }
a { background-color: rgb(166,224,93); }
div.DivClassName
{
background-color: #A6E05D;
}
.BgClassName
{
background-color: #A6E05D;
}
</style>
border-color css
<style>
span { border-color: #A6E05D; }
span { border-color: rgb(166,224,93); }
td.TdClassName
{
border-color: #A6E05D;
}
.TagClassName
{
border-color: #A6E05D;
}
</style>