Shades of Conifer #A8F858
Tints of Conifer #A8F858
RGB
CMYK
RGB Variations
Color information
#A8F858 (or 0xA8F858) is known color: Conifer. HEX triplet: A8, F8 and 58. RGB value is (168,248,88). Sum of RGB (Red+Green+Blue) = 168+248+88=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F858 is #5707A7. Grayscale: #CECECE. Windows color (decimal): -5703592 or 5830824. OLE color: 5830824.
HSL color Cylindrical-coordinate representation of color #A8F858: hue angle of 90º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8F858 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 88 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.03 |
| HSL | 90º | 0.92% | 0.66% | - |
| HSV(B) | 90º | 0.65% | 0.97% | - |
| XYZ | 51.48 | 76.16 | 21.22 | - |
| YUV | 205.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 88 | 0.32 | 0 | 0.65 | 0.03 | 90 | 0.92 | 0.66 |
| Hex | A8 | F8 | 58 | 20 | 0 | 41 | 3 | 5A | 5C | 42 |
| Octal | 250 | 370 | 130 | 40 | 0 | 101 | 3 | 132 | 134 | 102 |
| Binary | 10101000 | 11111000 | 1011000 | 100000 | 0 | 1000001 | 11 | 1011010 | 1011100 | 1000010 |
Color Harmonies of #A8F858
Complementary color
Monochromatic Colors of #A8F858
Black with #A8F858
Text Example
Text Example
White with #A8F858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F858; }
p { color: rgb(168,248,88); }
H1.HeaderClassName
{
color: #A8F858;
}
.AnyTagClassName
{
color: #A8F858;
}
</style>
background-color css
<style>
a { background-color: #A8F858; }
a { background-color: rgb(168,248,88); }
div.DivClassName
{
background-color: #A8F858;
}
.BgClassName
{
background-color: #A8F858;
}
</style>
border-color css
<style>
span { border-color: #A8F858; }
span { border-color: rgb(168,248,88); }
td.TdClassName
{
border-color: #A8F858;
}
.TagClassName
{
border-color: #A8F858;
}
</style>