Shades of Conifer #A8F560
Tints of Conifer #A8F560
RGB
CMYK
RGB Variations
Color information
#A8F560 (or 0xA8F560) is known color: Conifer. HEX triplet: A8, F5 and 60. RGB value is (168,245,96). Sum of RGB (Red+Green+Blue) = 168+245+96=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F560 is #570A9F. Grayscale: #CDCDCD. Windows color (decimal): -5704352 or 6354344. OLE color: 6354344.
HSL color Cylindrical-coordinate representation of color #A8F560: hue angle of 91.01º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8F560 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 96 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.04 |
| HSL | 91.01º | 0.88% | 0.67% | - |
| HSV(B) | 91.01º | 0.61% | 0.96% | - |
| XYZ | 50.91 | 74.47 | 22.76 | - |
| YUV | 204.99 | 66.49 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 96 | 0.31 | 0 | 0.61 | 0.04 | 91.01 | 0.88 | 0.67 |
| Hex | A8 | F5 | 60 | 1F | 0 | 3D | 4 | 5B | 58 | 43 |
| Octal | 250 | 365 | 140 | 37 | 0 | 75 | 4 | 133 | 130 | 103 |
| Binary | 10101000 | 11110101 | 1100000 | 11111 | 0 | 111101 | 100 | 1011011 | 1011000 | 1000011 |
Color Harmonies of #A8F560
Complementary color
Monochromatic Colors of #A8F560
Black with #A8F560
Text Example
Text Example
White with #A8F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F560; }
p { color: rgb(168,245,96); }
H1.HeaderClassName
{
color: #A8F560;
}
.AnyTagClassName
{
color: #A8F560;
}
</style>
background-color css
<style>
a { background-color: #A8F560; }
a { background-color: rgb(168,245,96); }
div.DivClassName
{
background-color: #A8F560;
}
.BgClassName
{
background-color: #A8F560;
}
</style>
border-color css
<style>
span { border-color: #A8F560; }
span { border-color: rgb(168,245,96); }
td.TdClassName
{
border-color: #A8F560;
}
.TagClassName
{
border-color: #A8F560;
}
</style>