Shades of Conifer #A6FC5A
Tints of Conifer #A6FC5A
RGB
CMYK
RGB Variations
Color information
#A6FC5A (or 0xA6FC5A) is known color: Conifer. HEX triplet: A6, FC and 5A. RGB value is (166,252,90). Sum of RGB (Red+Green+Blue) = 166+252+90=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC5A is #5903A5. Grayscale: #D0D0D0. Windows color (decimal): -5833638 or 5962918. OLE color: 5962918.
HSL color Cylindrical-coordinate representation of color #A6FC5A: hue angle of 91.85º 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 #A6FC5A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 90 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.01 |
| HSL | 91.85º | 0.96% | 0.67% | - |
| HSV(B) | 91.85º | 0.64% | 0.99% | - |
| XYZ | 52.38 | 78.47 | 22.06 | - |
| YUV | 207.82 | 61.51 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 90 | 0.34 | 0 | 0.64 | 0.01 | 91.85 | 0.96 | 0.67 |
| Hex | A6 | FC | 5A | 22 | 0 | 40 | 1 | 5C | 60 | 43 |
| Octal | 246 | 374 | 132 | 42 | 0 | 100 | 1 | 134 | 140 | 103 |
| Binary | 10100110 | 11111100 | 1011010 | 100010 | 0 | 1000000 | 1 | 1011100 | 1100000 | 1000011 |
Color Harmonies of #A6FC5A
Complementary color
Monochromatic Colors of #A6FC5A
Black with #A6FC5A
Text Example
Text Example
White with #A6FC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FC5A; }
p { color: rgb(166,252,90); }
H1.HeaderClassName
{
color: #A6FC5A;
}
.AnyTagClassName
{
color: #A6FC5A;
}
</style>
background-color css
<style>
a { background-color: #A6FC5A; }
a { background-color: rgb(166,252,90); }
div.DivClassName
{
background-color: #A6FC5A;
}
.BgClassName
{
background-color: #A6FC5A;
}
</style>
border-color css
<style>
span { border-color: #A6FC5A; }
span { border-color: rgb(166,252,90); }
td.TdClassName
{
border-color: #A6FC5A;
}
.TagClassName
{
border-color: #A6FC5A;
}
</style>