Shades of Conifer #A6FD5D
Tints of Conifer #A6FD5D
RGB
CMYK
RGB Variations
Color information
#A6FD5D (or 0xA6FD5D) is known color: Conifer. HEX triplet: A6, FD and 5D. RGB value is (166,253,93). Sum of RGB (Red+Green+Blue) = 166+253+93=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FD5D is #5902A2. Grayscale: #D1D1D1. Windows color (decimal): -5833379 or 6159782. OLE color: 6159782.
HSL color Cylindrical-coordinate representation of color #A6FD5D: hue angle of 92.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6FD5D is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 93 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.01 |
| HSL | 92.63º | 0.98% | 0.68% | - |
| HSV(B) | 92.63º | 0.63% | 0.99% | - |
| XYZ | 52.83 | 79.15 | 22.85 | - |
| YUV | 208.75 | 62.68 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 93 | 0.34 | 0 | 0.63 | 0.01 | 92.63 | 0.98 | 0.68 |
| Hex | A6 | FD | 5D | 22 | 0 | 3F | 1 | 5D | 62 | 44 |
| Octal | 246 | 375 | 135 | 42 | 0 | 77 | 1 | 135 | 142 | 104 |
| Binary | 10100110 | 11111101 | 1011101 | 100010 | 0 | 111111 | 1 | 1011101 | 1100010 | 1000100 |
Color Harmonies of #A6FD5D
Complementary color
Monochromatic Colors of #A6FD5D
Black with #A6FD5D
Text Example
Text Example
White with #A6FD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FD5D; }
p { color: rgb(166,253,93); }
H1.HeaderClassName
{
color: #A6FD5D;
}
.AnyTagClassName
{
color: #A6FD5D;
}
</style>
background-color css
<style>
a { background-color: #A6FD5D; }
a { background-color: rgb(166,253,93); }
div.DivClassName
{
background-color: #A6FD5D;
}
.BgClassName
{
background-color: #A6FD5D;
}
</style>
border-color css
<style>
span { border-color: #A6FD5D; }
span { border-color: rgb(166,253,93); }
td.TdClassName
{
border-color: #A6FD5D;
}
.TagClassName
{
border-color: #A6FD5D;
}
</style>