Shades of Conifer #A8F964
Tints of Conifer #A8F964
RGB
CMYK
RGB Variations
Color information
#A8F964 (or 0xA8F964) is known color: Conifer. HEX triplet: A8, F9 and 64. RGB value is (168,249,100). Sum of RGB (Red+Green+Blue) = 168+249+100=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F964 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F964 is #57069B. Grayscale: #D0D0D0. Windows color (decimal): -5703324 or 6617512. OLE color: 6617512.
HSL color Cylindrical-coordinate representation of color #A8F964: hue angle of 92.62º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F964 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 100 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.02 |
| HSL | 92.62º | 0.93% | 0.68% | - |
| HSV(B) | 92.62º | 0.6% | 0.98% | - |
| XYZ | 52.32 | 77 | 24.16 | - |
| YUV | 207.8 | 67.16 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 100 | 0.33 | 0 | 0.60 | 0.02 | 92.62 | 0.93 | 0.68 |
| Hex | A8 | F9 | 64 | 21 | 0 | 3C | 2 | 5D | 5D | 44 |
| Octal | 250 | 371 | 144 | 41 | 0 | 74 | 2 | 135 | 135 | 104 |
| Binary | 10101000 | 11111001 | 1100100 | 100001 | 0 | 111100 | 10 | 1011101 | 1011101 | 1000100 |
Color Harmonies of #A8F964
Complementary color
Monochromatic Colors of #A8F964
Black with #A8F964
Text Example
Text Example
White with #A8F964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F964; }
p { color: rgb(168,249,100); }
H1.HeaderClassName
{
color: #A8F964;
}
.AnyTagClassName
{
color: #A8F964;
}
</style>
background-color css
<style>
a { background-color: #A8F964; }
a { background-color: rgb(168,249,100); }
div.DivClassName
{
background-color: #A8F964;
}
.BgClassName
{
background-color: #A8F964;
}
</style>
border-color css
<style>
span { border-color: #A8F964; }
span { border-color: rgb(168,249,100); }
td.TdClassName
{
border-color: #A8F964;
}
.TagClassName
{
border-color: #A8F964;
}
</style>