Shades of Conifer #A6ED5B
Tints of Conifer #A6ED5B
RGB
CMYK
RGB Variations
Color information
#A6ED5B (or 0xA6ED5B) is known color: Conifer. HEX triplet: A6, ED and 5B. RGB value is (166,237,91). Sum of RGB (Red+Green+Blue) = 166+237+91=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED5B is #5912A4. Grayscale: #C7C7C7. Windows color (decimal): -5837477 or 6024614. OLE color: 6024614.
HSL color Cylindrical-coordinate representation of color #A6ED5B: hue angle of 89.18º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6ED5B is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 91 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.07 |
| HSL | 89.18º | 0.8% | 0.64% | - |
| HSV(B) | 89.18º | 0.62% | 0.93% | - |
| XYZ | 47.9 | 69.43 | 20.77 | - |
| YUV | 199.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 91 | 0.30 | 0 | 0.62 | 0.07 | 89.18 | 0.8 | 0.64 |
| Hex | A6 | ED | 5B | 1E | 0 | 3E | 7 | 59 | 50 | 40 |
| Octal | 246 | 355 | 133 | 36 | 0 | 76 | 7 | 131 | 120 | 100 |
| Binary | 10100110 | 11101101 | 1011011 | 11110 | 0 | 111110 | 111 | 1011001 | 1010000 | 1000000 |
Color Harmonies of #A6ED5B
Complementary color
Monochromatic Colors of #A6ED5B
Black with #A6ED5B
Text Example
Text Example
White with #A6ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ED5B; }
p { color: rgb(166,237,91); }
H1.HeaderClassName
{
color: #A6ED5B;
}
.AnyTagClassName
{
color: #A6ED5B;
}
</style>
background-color css
<style>
a { background-color: #A6ED5B; }
a { background-color: rgb(166,237,91); }
div.DivClassName
{
background-color: #A6ED5B;
}
.BgClassName
{
background-color: #A6ED5B;
}
</style>
border-color css
<style>
span { border-color: #A6ED5B; }
span { border-color: rgb(166,237,91); }
td.TdClassName
{
border-color: #A6ED5B;
}
.TagClassName
{
border-color: #A6ED5B;
}
</style>