Shades of Conifer #A6E55B
Tints of Conifer #A6E55B
RGB
CMYK
RGB Variations
Color information
#A6E55B (or 0xA6E55B) is known color: Conifer. HEX triplet: A6, E5 and 5B. RGB value is (166,229,91). Sum of RGB (Red+Green+Blue) = 166+229+91=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E55B is #591AA4. Grayscale: #C2C2C2. Windows color (decimal): -5839525 or 6022566. OLE color: 6022566.
HSL color Cylindrical-coordinate representation of color #A6E55B: hue angle of 87.39º 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 #A6E55B is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 91 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.10 |
| HSL | 87.39º | 0.73% | 0.63% | - |
| HSV(B) | 87.39º | 0.6% | 0.9% | - |
| XYZ | 45.63 | 64.9 | 20.02 | - |
| YUV | 194.43 | 69.63 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 91 | 0.28 | 0 | 0.60 | 0.10 | 87.39 | 0.73 | 0.63 |
| Hex | A6 | E5 | 5B | 1C | 0 | 3C | A | 57 | 49 | 3F |
| Octal | 246 | 345 | 133 | 34 | 0 | 74 | 12 | 127 | 111 | 77 |
| Binary | 10100110 | 11100101 | 1011011 | 11100 | 0 | 111100 | 1010 | 1010111 | 1001001 | 111111 |
Color Harmonies of #A6E55B
Complementary color
Monochromatic Colors of #A6E55B
Black with #A6E55B
Text Example
Text Example
White with #A6E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E55B; }
p { color: rgb(166,229,91); }
H1.HeaderClassName
{
color: #A6E55B;
}
.AnyTagClassName
{
color: #A6E55B;
}
</style>
background-color css
<style>
a { background-color: #A6E55B; }
a { background-color: rgb(166,229,91); }
div.DivClassName
{
background-color: #A6E55B;
}
.BgClassName
{
background-color: #A6E55B;
}
</style>
border-color css
<style>
span { border-color: #A6E55B; }
span { border-color: rgb(166,229,91); }
td.TdClassName
{
border-color: #A6E55B;
}
.TagClassName
{
border-color: #A6E55B;
}
</style>