Shades of Conifer #A6FF5D
Tints of Conifer #A6FF5D
RGB
CMYK
RGB Variations
Color information
#A6FF5D (or 0xA6FF5D) is known color: Conifer. HEX triplet: A6, FF and 5D. RGB value is (166,255,93). Sum of RGB (Red+Green+Blue) = 166+255+93=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF5D is #5900A2. Grayscale: #D2D2D2. Windows color (decimal): -5832867 or 6160294. OLE color: 6160294.
HSL color Cylindrical-coordinate representation of color #A6FF5D: hue angle of 92.96º 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 #A6FF5D is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 93 | - |
| CMYK | 0.35 | 0 | 0.64 | 0 |
| HSL | 92.96º | 1% | 0.68% | - |
| HSV(B) | 92.96º | 0.64% | 1% | - |
| XYZ | 53.46 | 80.42 | 23.06 | - |
| YUV | 209.92 | 62.01 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 93 | 0.35 | 0 | 0.64 | 0 | 92.96 | 1 | 0.68 |
| Hex | A6 | FF | 5D | 23 | 0 | 40 | 0 | 5D | 64 | 44 |
| Octal | 246 | 377 | 135 | 43 | 0 | 100 | 0 | 135 | 144 | 104 |
| Binary | 10100110 | 11111111 | 1011101 | 100011 | 0 | 1000000 | 0 | 1011101 | 1100100 | 1000100 |
Color Harmonies of #A6FF5D
Complementary color
Monochromatic Colors of #A6FF5D
Black with #A6FF5D
Text Example
Text Example
White with #A6FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FF5D; }
p { color: rgb(166,255,93); }
H1.HeaderClassName
{
color: #A6FF5D;
}
.AnyTagClassName
{
color: #A6FF5D;
}
</style>
background-color css
<style>
a { background-color: #A6FF5D; }
a { background-color: rgb(166,255,93); }
div.DivClassName
{
background-color: #A6FF5D;
}
.BgClassName
{
background-color: #A6FF5D;
}
</style>
border-color css
<style>
span { border-color: #A6FF5D; }
span { border-color: rgb(166,255,93); }
td.TdClassName
{
border-color: #A6FF5D;
}
.TagClassName
{
border-color: #A6FF5D;
}
</style>