Shades of Conifer #A6F357
Tints of Conifer #A6F357
RGB
CMYK
RGB Variations
Color information
#A6F357 (or 0xA6F357) is known color: Conifer. HEX triplet: A6, F3 and 57. RGB value is (166,243,87). Sum of RGB (Red+Green+Blue) = 166+243+87=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F357 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F357 is #590CA8. Grayscale: #CACACA. Windows color (decimal): -5835945 or 5764006. OLE color: 5764006.
HSL color Cylindrical-coordinate representation of color #A6F357: hue angle of 89.62º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6F357 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 243 | 87 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.05 |
| HSL | 89.62º | 0.87% | 0.65% | - |
| HSV(B) | 89.62º | 0.64% | 0.95% | - |
| XYZ | 49.5 | 72.9 | 20.48 | - |
| YUV | 202.19 | 62.99 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 243 | 87 | 0.32 | 0 | 0.64 | 0.05 | 89.62 | 0.87 | 0.65 |
| Hex | A6 | F3 | 57 | 20 | 0 | 40 | 5 | 5A | 57 | 41 |
| Octal | 246 | 363 | 127 | 40 | 0 | 100 | 5 | 132 | 127 | 101 |
| Binary | 10100110 | 11110011 | 1010111 | 100000 | 0 | 1000000 | 101 | 1011010 | 1010111 | 1000001 |
Color Harmonies of #A6F357
Complementary color
Monochromatic Colors of #A6F357
Black with #A6F357
Text Example
Text Example
White with #A6F357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F357; }
p { color: rgb(166,243,87); }
H1.HeaderClassName
{
color: #A6F357;
}
.AnyTagClassName
{
color: #A6F357;
}
</style>
background-color css
<style>
a { background-color: #A6F357; }
a { background-color: rgb(166,243,87); }
div.DivClassName
{
background-color: #A6F357;
}
.BgClassName
{
background-color: #A6F357;
}
</style>
border-color css
<style>
span { border-color: #A6F357; }
span { border-color: rgb(166,243,87); }
td.TdClassName
{
border-color: #A6F357;
}
.TagClassName
{
border-color: #A6F357;
}
</style>