Shades of Conifer #A6FC5B
Tints of Conifer #A6FC5B
RGB
CMYK
RGB Variations
Color information
#A6FC5B (or 0xA6FC5B) is known color: Conifer. HEX triplet: A6, FC and 5B. RGB value is (166,252,91). Sum of RGB (Red+Green+Blue) = 166+252+91=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC5B is #5903A4. Grayscale: #D0D0D0. Windows color (decimal): -5833637 or 6028454. OLE color: 6028454.
HSL color Cylindrical-coordinate representation of color #A6FC5B: hue angle of 92.05º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6FC5B is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 91 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.01 |
| HSL | 92.05º | 0.96% | 0.67% | - |
| HSV(B) | 92.05º | 0.64% | 0.99% | - |
| XYZ | 52.42 | 78.48 | 22.28 | - |
| YUV | 207.93 | 62.01 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 91 | 0.34 | 0 | 0.64 | 0.01 | 92.05 | 0.96 | 0.67 |
| Hex | A6 | FC | 5B | 22 | 0 | 40 | 1 | 5C | 60 | 43 |
| Octal | 246 | 374 | 133 | 42 | 0 | 100 | 1 | 134 | 140 | 103 |
| Binary | 10100110 | 11111100 | 1011011 | 100010 | 0 | 1000000 | 1 | 1011100 | 1100000 | 1000011 |
Color Harmonies of #A6FC5B
Complementary color
Monochromatic Colors of #A6FC5B
Black with #A6FC5B
Text Example
Text Example
White with #A6FC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC5B; }
p { color: rgb(166,252,91); }
H1.HeaderClassName
{
color: #A6FC5B;
}
.AnyTagClassName
{
color: #A6FC5B;
}
</style>
background-color css
<style>
a { background-color: #A6FC5B; }
a { background-color: rgb(166,252,91); }
div.DivClassName
{
background-color: #A6FC5B;
}
.BgClassName
{
background-color: #A6FC5B;
}
</style>
border-color css
<style>
span { border-color: #A6FC5B; }
span { border-color: rgb(166,252,91); }
td.TdClassName
{
border-color: #A6FC5B;
}
.TagClassName
{
border-color: #A6FC5B;
}
</style>