Shades of Conifer #A6E647
Tints of Conifer #A6E647
RGB
CMYK
RGB Variations
Color information
#A6E647 (or 0xA6E647) is known color: Conifer. HEX triplet: A6, E6 and 47. RGB value is (166,230,71). Sum of RGB (Red+Green+Blue) = 166+230+71=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E647 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E647 is #5919B8. Grayscale: #C1C1C1. Windows color (decimal): -5839289 or 4712102. OLE color: 4712102.
HSL color Cylindrical-coordinate representation of color #A6E647: hue angle of 84.15º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6E647 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 71 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.10 |
| HSL | 84.15º | 0.76% | 0.59% | - |
| HSV(B) | 84.15º | 0.69% | 0.9% | - |
| XYZ | 45.16 | 65.16 | 16.16 | - |
| YUV | 192.74 | 59.3 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 71 | 0.28 | 0 | 0.69 | 0.10 | 84.15 | 0.76 | 0.59 |
| Hex | A6 | E6 | 47 | 1C | 0 | 45 | A | 54 | 4C | 3B |
| Octal | 246 | 346 | 107 | 34 | 0 | 105 | 12 | 124 | 114 | 73 |
| Binary | 10100110 | 11100110 | 1000111 | 11100 | 0 | 1000101 | 1010 | 1010100 | 1001100 | 111011 |
Color Harmonies of #A6E647
Complementary color
Monochromatic Colors of #A6E647
Black with #A6E647
Text Example
Text Example
White with #A6E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E647; }
p { color: rgb(166,230,71); }
H1.HeaderClassName
{
color: #A6E647;
}
.AnyTagClassName
{
color: #A6E647;
}
</style>
background-color css
<style>
a { background-color: #A6E647; }
a { background-color: rgb(166,230,71); }
div.DivClassName
{
background-color: #A6E647;
}
.BgClassName
{
background-color: #A6E647;
}
</style>
border-color css
<style>
span { border-color: #A6E647; }
span { border-color: rgb(166,230,71); }
td.TdClassName
{
border-color: #A6E647;
}
.TagClassName
{
border-color: #A6E647;
}
</style>