Shades of Conifer #A8F356
Tints of Conifer #A8F356
RGB
CMYK
RGB Variations
Color information
#A8F356 (or 0xA8F356) is known color: Conifer. HEX triplet: A8, F3 and 56. RGB value is (168,243,86). Sum of RGB (Red+Green+Blue) = 168+243+86=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F356 is #570CA9. Grayscale: #CBCBCB. Windows color (decimal): -5704874 or 5698472. OLE color: 5698472.
HSL color Cylindrical-coordinate representation of color #A8F356: hue angle of 88.66º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8F356 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 86 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.05 |
| HSL | 88.66º | 0.87% | 0.65% | - |
| HSV(B) | 88.66º | 0.65% | 0.95% | - |
| XYZ | 49.88 | 73.1 | 20.28 | - |
| YUV | 202.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 86 | 0.31 | 0 | 0.65 | 0.05 | 88.66 | 0.87 | 0.65 |
| Hex | A8 | F3 | 56 | 1F | 0 | 41 | 5 | 59 | 57 | 41 |
| Octal | 250 | 363 | 126 | 37 | 0 | 101 | 5 | 131 | 127 | 101 |
| Binary | 10101000 | 11110011 | 1010110 | 11111 | 0 | 1000001 | 101 | 1011001 | 1010111 | 1000001 |
Color Harmonies of #A8F356
Complementary color
Monochromatic Colors of #A8F356
Black with #A8F356
Text Example
Text Example
White with #A8F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F356; }
p { color: rgb(168,243,86); }
H1.HeaderClassName
{
color: #A8F356;
}
.AnyTagClassName
{
color: #A8F356;
}
</style>
background-color css
<style>
a { background-color: #A8F356; }
a { background-color: rgb(168,243,86); }
div.DivClassName
{
background-color: #A8F356;
}
.BgClassName
{
background-color: #A8F356;
}
</style>
border-color css
<style>
span { border-color: #A8F356; }
span { border-color: rgb(168,243,86); }
td.TdClassName
{
border-color: #A8F356;
}
.TagClassName
{
border-color: #A8F356;
}
</style>