Shades of Conifer #A6FD55
Tints of Conifer #A6FD55
RGB
CMYK
RGB Variations
Color information
#A6FD55 (or 0xA6FD55) is known color: Conifer. HEX triplet: A6, FD and 55. RGB value is (166,253,85). Sum of RGB (Red+Green+Blue) = 166+253+85=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FD55 is #5902AA. Grayscale: #D0D0D0. Windows color (decimal): -5833387 or 5635494. OLE color: 5635494.
HSL color Cylindrical-coordinate representation of color #A6FD55: hue angle of 91.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6FD55 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 85 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.01 |
| HSL | 91.07º | 0.98% | 0.66% | - |
| HSV(B) | 91.07º | 0.66% | 0.99% | - |
| XYZ | 52.49 | 79.01 | 21.08 | - |
| YUV | 207.84 | 58.68 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 85 | 0.34 | 0 | 0.66 | 0.01 | 91.07 | 0.98 | 0.66 |
| Hex | A6 | FD | 55 | 22 | 0 | 42 | 1 | 5B | 62 | 42 |
| Octal | 246 | 375 | 125 | 42 | 0 | 102 | 1 | 133 | 142 | 102 |
| Binary | 10100110 | 11111101 | 1010101 | 100010 | 0 | 1000010 | 1 | 1011011 | 1100010 | 1000010 |
Color Harmonies of #A6FD55
Complementary color
Monochromatic Colors of #A6FD55
Black with #A6FD55
Text Example
Text Example
White with #A6FD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FD55; }
p { color: rgb(166,253,85); }
H1.HeaderClassName
{
color: #A6FD55;
}
.AnyTagClassName
{
color: #A6FD55;
}
</style>
background-color css
<style>
a { background-color: #A6FD55; }
a { background-color: rgb(166,253,85); }
div.DivClassName
{
background-color: #A6FD55;
}
.BgClassName
{
background-color: #A6FD55;
}
</style>
border-color css
<style>
span { border-color: #A6FD55; }
span { border-color: rgb(166,253,85); }
td.TdClassName
{
border-color: #A6FD55;
}
.TagClassName
{
border-color: #A6FD55;
}
</style>