Shades of Conifer #A8F163
Tints of Conifer #A8F163
RGB
CMYK
RGB Variations
Color information
#A8F163 (or 0xA8F163) is known color: Conifer. HEX triplet: A8, F1 and 63. RGB value is (168,241,99). Sum of RGB (Red+Green+Blue) = 168+241+99=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F163 is #570E9C. Grayscale: #CBCBCB. Windows color (decimal): -5705373 or 6549928. OLE color: 6549928.
HSL color Cylindrical-coordinate representation of color #A8F163: hue angle of 90.85º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F163 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 99 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.05 |
| HSL | 90.85º | 0.84% | 0.67% | - |
| HSV(B) | 90.85º | 0.59% | 0.95% | - |
| XYZ | 49.86 | 72.14 | 23.1 | - |
| YUV | 202.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 99 | 0.30 | 0 | 0.59 | 0.05 | 90.85 | 0.84 | 0.67 |
| Hex | A8 | F1 | 63 | 1E | 0 | 3B | 5 | 5B | 54 | 43 |
| Octal | 250 | 361 | 143 | 36 | 0 | 73 | 5 | 133 | 124 | 103 |
| Binary | 10101000 | 11110001 | 1100011 | 11110 | 0 | 111011 | 101 | 1011011 | 1010100 | 1000011 |
Color Harmonies of #A8F163
Complementary color
Monochromatic Colors of #A8F163
Black with #A8F163
Text Example
Text Example
White with #A8F163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F163; }
p { color: rgb(168,241,99); }
H1.HeaderClassName
{
color: #A8F163;
}
.AnyTagClassName
{
color: #A8F163;
}
</style>
background-color css
<style>
a { background-color: #A8F163; }
a { background-color: rgb(168,241,99); }
div.DivClassName
{
background-color: #A8F163;
}
.BgClassName
{
background-color: #A8F163;
}
</style>
border-color css
<style>
span { border-color: #A8F163; }
span { border-color: rgb(168,241,99); }
td.TdClassName
{
border-color: #A8F163;
}
.TagClassName
{
border-color: #A8F163;
}
</style>