Shades of Conifer #A6E565
Tints of Conifer #A6E565
RGB
CMYK
RGB Variations
Color information
#A6E565 (or 0xA6E565) is known color: Conifer. HEX triplet: A6, E5 and 65. RGB value is (166,229,101). Sum of RGB (Red+Green+Blue) = 166+229+101=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E565 is #591A9A. Grayscale: #C4C4C4. Windows color (decimal): -5839515 or 6677926. OLE color: 6677926.
HSL color Cylindrical-coordinate representation of color #A6E565: hue angle of 89.53º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6E565 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 101 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.10 |
| HSL | 89.53º | 0.71% | 0.65% | - |
| HSV(B) | 89.53º | 0.56% | 0.9% | - |
| XYZ | 46.09 | 65.09 | 22.45 | - |
| YUV | 195.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 101 | 0.28 | 0 | 0.56 | 0.10 | 89.53 | 0.71 | 0.65 |
| Hex | A6 | E5 | 65 | 1C | 0 | 38 | A | 5A | 47 | 41 |
| Octal | 246 | 345 | 145 | 34 | 0 | 70 | 12 | 132 | 107 | 101 |
| Binary | 10100110 | 11100101 | 1100101 | 11100 | 0 | 111000 | 1010 | 1011010 | 1000111 | 1000001 |
Color Harmonies of #A6E565
Complementary color
Monochromatic Colors of #A6E565
Black with #A6E565
Text Example
Text Example
White with #A6E565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E565; }
p { color: rgb(166,229,101); }
H1.HeaderClassName
{
color: #A6E565;
}
.AnyTagClassName
{
color: #A6E565;
}
</style>
background-color css
<style>
a { background-color: #A6E565; }
a { background-color: rgb(166,229,101); }
div.DivClassName
{
background-color: #A6E565;
}
.BgClassName
{
background-color: #A6E565;
}
</style>
border-color css
<style>
span { border-color: #A6E565; }
span { border-color: rgb(166,229,101); }
td.TdClassName
{
border-color: #A6E565;
}
.TagClassName
{
border-color: #A6E565;
}
</style>