Shades of Conifer #A8FC61
Tints of Conifer #A8FC61
RGB
CMYK
RGB Variations
Color information
#A8FC61 (or 0xA8FC61) is known color: Conifer. HEX triplet: A8, FC and 61. RGB value is (168,252,97). Sum of RGB (Red+Green+Blue) = 168+252+97=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC61 is #57039E. Grayscale: #D1D1D1. Windows color (decimal): -5702559 or 6421672. OLE color: 6421672.
HSL color Cylindrical-coordinate representation of color #A8FC61: hue angle of 92.52º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8FC61 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 97 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.01 |
| HSL | 92.52º | 0.96% | 0.68% | - |
| HSV(B) | 92.52º | 0.62% | 0.99% | - |
| XYZ | 53.12 | 78.81 | 23.72 | - |
| YUV | 209.21 | 64.67 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 97 | 0.33 | 0 | 0.62 | 0.01 | 92.52 | 0.96 | 0.68 |
| Hex | A8 | FC | 61 | 21 | 0 | 3E | 1 | 5D | 60 | 44 |
| Octal | 250 | 374 | 141 | 41 | 0 | 76 | 1 | 135 | 140 | 104 |
| Binary | 10101000 | 11111100 | 1100001 | 100001 | 0 | 111110 | 1 | 1011101 | 1100000 | 1000100 |
Color Harmonies of #A8FC61
Complementary color
Monochromatic Colors of #A8FC61
Black with #A8FC61
Text Example
Text Example
White with #A8FC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC61; }
p { color: rgb(168,252,97); }
H1.HeaderClassName
{
color: #A8FC61;
}
.AnyTagClassName
{
color: #A8FC61;
}
</style>
background-color css
<style>
a { background-color: #A8FC61; }
a { background-color: rgb(168,252,97); }
div.DivClassName
{
background-color: #A8FC61;
}
.BgClassName
{
background-color: #A8FC61;
}
</style>
border-color css
<style>
span { border-color: #A8FC61; }
span { border-color: rgb(168,252,97); }
td.TdClassName
{
border-color: #A8FC61;
}
.TagClassName
{
border-color: #A8FC61;
}
</style>