Shades of Conifer #A6F653
Tints of Conifer #A6F653
RGB
CMYK
RGB Variations
Color information
#A6F653 (or 0xA6F653) is known color: Conifer. HEX triplet: A6, F6 and 53. RGB value is (166,246,83). Sum of RGB (Red+Green+Blue) = 166+246+83=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F653 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F653 is #5909AC. Grayscale: #CCCCCC. Windows color (decimal): -5835181 or 5502630. OLE color: 5502630.
HSL color Cylindrical-coordinate representation of color #A6F653: hue angle of 89.45º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6F653 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 83 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.04 |
| HSL | 89.45º | 0.9% | 0.65% | - |
| HSV(B) | 89.45º | 0.66% | 0.96% | - |
| XYZ | 50.24 | 74.64 | 19.94 | - |
| YUV | 203.5 | 60 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 83 | 0.33 | 0 | 0.66 | 0.04 | 89.45 | 0.9 | 0.65 |
| Hex | A6 | F6 | 53 | 21 | 0 | 42 | 4 | 59 | 5A | 41 |
| Octal | 246 | 366 | 123 | 41 | 0 | 102 | 4 | 131 | 132 | 101 |
| Binary | 10100110 | 11110110 | 1010011 | 100001 | 0 | 1000010 | 100 | 1011001 | 1011010 | 1000001 |
Color Harmonies of #A6F653
Complementary color
Monochromatic Colors of #A6F653
Black with #A6F653
Text Example
Text Example
White with #A6F653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F653; }
p { color: rgb(166,246,83); }
H1.HeaderClassName
{
color: #A6F653;
}
.AnyTagClassName
{
color: #A6F653;
}
</style>
background-color css
<style>
a { background-color: #A6F653; }
a { background-color: rgb(166,246,83); }
div.DivClassName
{
background-color: #A6F653;
}
.BgClassName
{
background-color: #A6F653;
}
</style>
border-color css
<style>
span { border-color: #A6F653; }
span { border-color: rgb(166,246,83); }
td.TdClassName
{
border-color: #A6F653;
}
.TagClassName
{
border-color: #A6F653;
}
</style>