Shades of Conifer #A6ED63
Tints of Conifer #A6ED63
RGB
CMYK
RGB Variations
Color information
#A6ED63 (or 0xA6ED63) is known color: Conifer. HEX triplet: A6, ED and 63. RGB value is (166,237,99). Sum of RGB (Red+Green+Blue) = 166+237+99=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED63 is #59129C. Grayscale: #C8C8C8. Windows color (decimal): -5837469 or 6548902. OLE color: 6548902.
HSL color Cylindrical-coordinate representation of color #A6ED63: hue angle of 90.87º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6ED63 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 99 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.07 |
| HSL | 90.87º | 0.79% | 0.66% | - |
| HSV(B) | 90.87º | 0.58% | 0.93% | - |
| XYZ | 48.26 | 69.58 | 22.69 | - |
| YUV | 200.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 99 | 0.30 | 0 | 0.58 | 0.07 | 90.87 | 0.79 | 0.66 |
| Hex | A6 | ED | 63 | 1E | 0 | 3A | 7 | 5B | 4F | 42 |
| Octal | 246 | 355 | 143 | 36 | 0 | 72 | 7 | 133 | 117 | 102 |
| Binary | 10100110 | 11101101 | 1100011 | 11110 | 0 | 111010 | 111 | 1011011 | 1001111 | 1000010 |
Color Harmonies of #A6ED63
Complementary color
Monochromatic Colors of #A6ED63
Black with #A6ED63
Text Example
Text Example
White with #A6ED63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ED63; }
p { color: rgb(166,237,99); }
H1.HeaderClassName
{
color: #A6ED63;
}
.AnyTagClassName
{
color: #A6ED63;
}
</style>
background-color css
<style>
a { background-color: #A6ED63; }
a { background-color: rgb(166,237,99); }
div.DivClassName
{
background-color: #A6ED63;
}
.BgClassName
{
background-color: #A6ED63;
}
</style>
border-color css
<style>
span { border-color: #A6ED63; }
span { border-color: rgb(166,237,99); }
td.TdClassName
{
border-color: #A6ED63;
}
.TagClassName
{
border-color: #A6ED63;
}
</style>