Shades of Conifer #A8FA61
Tints of Conifer #A8FA61
RGB
CMYK
RGB Variations
Color information
#A8FA61 (or 0xA8FA61) is known color: Conifer. HEX triplet: A8, FA and 61. RGB value is (168,250,97). Sum of RGB (Red+Green+Blue) = 168+250+97=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA61 is #57059E. Grayscale: #D0D0D0. Windows color (decimal): -5703071 or 6421160. OLE color: 6421160.
HSL color Cylindrical-coordinate representation of color #A8FA61: hue angle of 92.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8FA61 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 97 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.02 |
| HSL | 92.16º | 0.94% | 0.68% | - |
| HSV(B) | 92.16º | 0.61% | 0.98% | - |
| XYZ | 52.49 | 77.56 | 23.51 | - |
| YUV | 208.04 | 65.33 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 97 | 0.33 | 0 | 0.61 | 0.02 | 92.16 | 0.94 | 0.68 |
| Hex | A8 | FA | 61 | 21 | 0 | 3D | 2 | 5C | 5E | 44 |
| Octal | 250 | 372 | 141 | 41 | 0 | 75 | 2 | 134 | 136 | 104 |
| Binary | 10101000 | 11111010 | 1100001 | 100001 | 0 | 111101 | 10 | 1011100 | 1011110 | 1000100 |
Color Harmonies of #A8FA61
Complementary color
Monochromatic Colors of #A8FA61
Black with #A8FA61
Text Example
Text Example
White with #A8FA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA61; }
p { color: rgb(168,250,97); }
H1.HeaderClassName
{
color: #A8FA61;
}
.AnyTagClassName
{
color: #A8FA61;
}
</style>
background-color css
<style>
a { background-color: #A8FA61; }
a { background-color: rgb(168,250,97); }
div.DivClassName
{
background-color: #A8FA61;
}
.BgClassName
{
background-color: #A8FA61;
}
</style>
border-color css
<style>
span { border-color: #A8FA61; }
span { border-color: rgb(168,250,97); }
td.TdClassName
{
border-color: #A8FA61;
}
.TagClassName
{
border-color: #A8FA61;
}
</style>