Shades of Conifer #A6E63F
Tints of Conifer #A6E63F
RGB
CMYK
RGB Variations
Color information
#A6E63F (or 0xA6E63F) is known color: Conifer. HEX triplet: A6, E6 and 3F. RGB value is (166,230,63). Sum of RGB (Red+Green+Blue) = 166+230+63=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E63F is #5919C0. Grayscale: #C0C0C0. Windows color (decimal): -5839297 or 4187814. OLE color: 4187814.
HSL color Cylindrical-coordinate representation of color #A6E63F: hue angle of 82.99º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6E63F is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 63 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.10 |
| HSL | 82.99º | 0.77% | 0.57% | - |
| HSV(B) | 82.99º | 0.73% | 0.9% | - |
| XYZ | 44.92 | 65.06 | 14.89 | - |
| YUV | 191.83 | 55.3 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 63 | 0.28 | 0 | 0.73 | 0.10 | 82.99 | 0.77 | 0.57 |
| Hex | A6 | E6 | 3F | 1C | 0 | 49 | A | 53 | 4D | 39 |
| Octal | 246 | 346 | 77 | 34 | 0 | 111 | 12 | 123 | 115 | 71 |
| Binary | 10100110 | 11100110 | 111111 | 11100 | 0 | 1001001 | 1010 | 1010011 | 1001101 | 111001 |
Color Harmonies of #A6E63F
Complementary color
Monochromatic Colors of #A6E63F
Black with #A6E63F
Text Example
Text Example
White with #A6E63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E63F; }
p { color: rgb(166,230,63); }
H1.HeaderClassName
{
color: #A6E63F;
}
.AnyTagClassName
{
color: #A6E63F;
}
</style>
background-color css
<style>
a { background-color: #A6E63F; }
a { background-color: rgb(166,230,63); }
div.DivClassName
{
background-color: #A6E63F;
}
.BgClassName
{
background-color: #A6E63F;
}
</style>
border-color css
<style>
span { border-color: #A6E63F; }
span { border-color: rgb(166,230,63); }
td.TdClassName
{
border-color: #A6E63F;
}
.TagClassName
{
border-color: #A6E63F;
}
</style>