Shades of Conifer #A6FF5B
Tints of Conifer #A6FF5B
RGB
CMYK
RGB Variations
Color information
#A6FF5B (or 0xA6FF5B) is known color: Conifer. HEX triplet: A6, FF and 5B. RGB value is (166,255,91). Sum of RGB (Red+Green+Blue) = 166+255+91=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF5B is #5900A4. Grayscale: #D2D2D2. Windows color (decimal): -5832869 or 6029222. OLE color: 6029222.
HSL color Cylindrical-coordinate representation of color #A6FF5B: hue angle of 92.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6FF5B is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 91 | - |
| CMYK | 0.35 | 0 | 0.64 | 0 |
| HSL | 92.56º | 1% | 0.68% | - |
| HSV(B) | 92.56º | 0.64% | 1% | - |
| XYZ | 53.37 | 80.38 | 22.6 | - |
| YUV | 209.69 | 61.01 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 91 | 0.35 | 0 | 0.64 | 0 | 92.56 | 1 | 0.68 |
| Hex | A6 | FF | 5B | 23 | 0 | 40 | 0 | 5D | 64 | 44 |
| Octal | 246 | 377 | 133 | 43 | 0 | 100 | 0 | 135 | 144 | 104 |
| Binary | 10100110 | 11111111 | 1011011 | 100011 | 0 | 1000000 | 0 | 1011101 | 1100100 | 1000100 |
Color Harmonies of #A6FF5B
Complementary color
Monochromatic Colors of #A6FF5B
Black with #A6FF5B
Text Example
Text Example
White with #A6FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FF5B; }
p { color: rgb(166,255,91); }
H1.HeaderClassName
{
color: #A6FF5B;
}
.AnyTagClassName
{
color: #A6FF5B;
}
</style>
background-color css
<style>
a { background-color: #A6FF5B; }
a { background-color: rgb(166,255,91); }
div.DivClassName
{
background-color: #A6FF5B;
}
.BgClassName
{
background-color: #A6FF5B;
}
</style>
border-color css
<style>
span { border-color: #A6FF5B; }
span { border-color: rgb(166,255,91); }
td.TdClassName
{
border-color: #A6FF5B;
}
.TagClassName
{
border-color: #A6FF5B;
}
</style>