Shades of Conifer #A8F563
Tints of Conifer #A8F563
RGB
CMYK
RGB Variations
Color information
#A8F563 (or 0xA8F563) is known color: Conifer. HEX triplet: A8, F5 and 63. RGB value is (168,245,99). Sum of RGB (Red+Green+Blue) = 168+245+99=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F563 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F563 is #570A9C. Grayscale: #CDCDCD. Windows color (decimal): -5704349 or 6550952. OLE color: 6550952.
HSL color Cylindrical-coordinate representation of color #A8F563: hue angle of 91.64º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F563 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 99 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.04 |
| HSL | 91.64º | 0.88% | 0.67% | - |
| HSV(B) | 91.64º | 0.6% | 0.96% | - |
| XYZ | 51.05 | 74.53 | 23.5 | - |
| YUV | 205.33 | 67.99 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 99 | 0.31 | 0 | 0.60 | 0.04 | 91.64 | 0.88 | 0.67 |
| Hex | A8 | F5 | 63 | 1F | 0 | 3C | 4 | 5C | 58 | 43 |
| Octal | 250 | 365 | 143 | 37 | 0 | 74 | 4 | 134 | 130 | 103 |
| Binary | 10101000 | 11110101 | 1100011 | 11111 | 0 | 111100 | 100 | 1011100 | 1011000 | 1000011 |
Color Harmonies of #A8F563
Complementary color
Monochromatic Colors of #A8F563
Black with #A8F563
Text Example
Text Example
White with #A8F563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F563; }
p { color: rgb(168,245,99); }
H1.HeaderClassName
{
color: #A8F563;
}
.AnyTagClassName
{
color: #A8F563;
}
</style>
background-color css
<style>
a { background-color: #A8F563; }
a { background-color: rgb(168,245,99); }
div.DivClassName
{
background-color: #A8F563;
}
.BgClassName
{
background-color: #A8F563;
}
</style>
border-color css
<style>
span { border-color: #A8F563; }
span { border-color: rgb(168,245,99); }
td.TdClassName
{
border-color: #A8F563;
}
.TagClassName
{
border-color: #A8F563;
}
</style>