Shades of Conifer #A6FD53
Tints of Conifer #A6FD53
RGB
CMYK
RGB Variations
Color information
#A6FD53 (or 0xA6FD53) is known color: Conifer. HEX triplet: A6, FD and 53. RGB value is (166,253,83). Sum of RGB (Red+Green+Blue) = 166+253+83=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FD53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FD53 is #5902AC. Grayscale: #D0D0D0. Windows color (decimal): -5833389 or 5504422. OLE color: 5504422.
HSL color Cylindrical-coordinate representation of color #A6FD53: hue angle of 90.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6FD53 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 253 | 83 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.01 |
| HSL | 90.71º | 0.98% | 0.66% | - |
| HSV(B) | 90.71º | 0.67% | 0.99% | - |
| XYZ | 52.41 | 78.98 | 20.67 | - |
| YUV | 207.61 | 57.68 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 253 | 83 | 0.34 | 0 | 0.67 | 0.01 | 90.71 | 0.98 | 0.66 |
| Hex | A6 | FD | 53 | 22 | 0 | 43 | 1 | 5B | 62 | 42 |
| Octal | 246 | 375 | 123 | 42 | 0 | 103 | 1 | 133 | 142 | 102 |
| Binary | 10100110 | 11111101 | 1010011 | 100010 | 0 | 1000011 | 1 | 1011011 | 1100010 | 1000010 |
Color Harmonies of #A6FD53
Complementary color
Monochromatic Colors of #A6FD53
Black with #A6FD53
Text Example
Text Example
White with #A6FD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FD53; }
p { color: rgb(166,253,83); }
H1.HeaderClassName
{
color: #A6FD53;
}
.AnyTagClassName
{
color: #A6FD53;
}
</style>
background-color css
<style>
a { background-color: #A6FD53; }
a { background-color: rgb(166,253,83); }
div.DivClassName
{
background-color: #A6FD53;
}
.BgClassName
{
background-color: #A6FD53;
}
</style>
border-color css
<style>
span { border-color: #A6FD53; }
span { border-color: rgb(166,253,83); }
td.TdClassName
{
border-color: #A6FD53;
}
.TagClassName
{
border-color: #A6FD53;
}
</style>