Shades of Conifer #A6ED64
Tints of Conifer #A6ED64
RGB
CMYK
RGB Variations
Color information
#A6ED64 (or 0xA6ED64) is known color: Conifer. HEX triplet: A6, ED and 64. RGB value is (166,237,100). Sum of RGB (Red+Green+Blue) = 166+237+100=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED64 is #59129B. Grayscale: #C8C8C8. Windows color (decimal): -5837468 or 6614438. OLE color: 6614438.
HSL color Cylindrical-coordinate representation of color #A6ED64: hue angle of 91.09º 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 #A6ED64 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 100 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.07 |
| HSL | 91.09º | 0.79% | 0.66% | - |
| HSV(B) | 91.09º | 0.58% | 0.93% | - |
| XYZ | 48.31 | 69.6 | 22.94 | - |
| YUV | 200.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 100 | 0.30 | 0 | 0.58 | 0.07 | 91.09 | 0.79 | 0.66 |
| Hex | A6 | ED | 64 | 1E | 0 | 3A | 7 | 5B | 4F | 42 |
| Octal | 246 | 355 | 144 | 36 | 0 | 72 | 7 | 133 | 117 | 102 |
| Binary | 10100110 | 11101101 | 1100100 | 11110 | 0 | 111010 | 111 | 1011011 | 1001111 | 1000010 |
Color Harmonies of #A6ED64
Complementary color
Monochromatic Colors of #A6ED64
Black with #A6ED64
Text Example
Text Example
White with #A6ED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ED64; }
p { color: rgb(166,237,100); }
H1.HeaderClassName
{
color: #A6ED64;
}
.AnyTagClassName
{
color: #A6ED64;
}
</style>
background-color css
<style>
a { background-color: #A6ED64; }
a { background-color: rgb(166,237,100); }
div.DivClassName
{
background-color: #A6ED64;
}
.BgClassName
{
background-color: #A6ED64;
}
</style>
border-color css
<style>
span { border-color: #A6ED64; }
span { border-color: rgb(166,237,100); }
td.TdClassName
{
border-color: #A6ED64;
}
.TagClassName
{
border-color: #A6ED64;
}
</style>