Shades of Conifer #A6E65D
Tints of Conifer #A6E65D
RGB
CMYK
RGB Variations
Color information
#A6E65D (or 0xA6E65D) is known color: Conifer. HEX triplet: A6, E6 and 5D. RGB value is (166,230,93). Sum of RGB (Red+Green+Blue) = 166+230+93=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E65D is #5919A2. Grayscale: #C3C3C3. Windows color (decimal): -5839267 or 6153894. OLE color: 6153894.
HSL color Cylindrical-coordinate representation of color #A6E65D: hue angle of 88.03º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6E65D is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 93 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.10 |
| HSL | 88.03º | 0.73% | 0.63% | - |
| HSV(B) | 88.03º | 0.6% | 0.9% | - |
| XYZ | 46 | 65.49 | 20.57 | - |
| YUV | 195.25 | 70.3 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 93 | 0.28 | 0 | 0.60 | 0.10 | 88.03 | 0.73 | 0.63 |
| Hex | A6 | E6 | 5D | 1C | 0 | 3C | A | 58 | 49 | 3F |
| Octal | 246 | 346 | 135 | 34 | 0 | 74 | 12 | 130 | 111 | 77 |
| Binary | 10100110 | 11100110 | 1011101 | 11100 | 0 | 111100 | 1010 | 1011000 | 1001001 | 111111 |
Color Harmonies of #A6E65D
Complementary color
Monochromatic Colors of #A6E65D
Black with #A6E65D
Text Example
Text Example
White with #A6E65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E65D; }
p { color: rgb(166,230,93); }
H1.HeaderClassName
{
color: #A6E65D;
}
.AnyTagClassName
{
color: #A6E65D;
}
</style>
background-color css
<style>
a { background-color: #A6E65D; }
a { background-color: rgb(166,230,93); }
div.DivClassName
{
background-color: #A6E65D;
}
.BgClassName
{
background-color: #A6E65D;
}
</style>
border-color css
<style>
span { border-color: #A6E65D; }
span { border-color: rgb(166,230,93); }
td.TdClassName
{
border-color: #A6E65D;
}
.TagClassName
{
border-color: #A6E65D;
}
</style>