Shades of Conifer #A8F958
Tints of Conifer #A8F958
RGB
CMYK
RGB Variations
Color information
#A8F958 (or 0xA8F958) is known color: Conifer. HEX triplet: A8, F9 and 58. RGB value is (168,249,88). Sum of RGB (Red+Green+Blue) = 168+249+88=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F958 is #5706A7. Grayscale: #CECECE. Windows color (decimal): -5703336 or 5831080. OLE color: 5831080.
HSL color Cylindrical-coordinate representation of color #A8F958: hue angle of 90.19º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8F958 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 88 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.02 |
| HSL | 90.19º | 0.93% | 0.66% | - |
| HSV(B) | 90.19º | 0.65% | 0.98% | - |
| XYZ | 51.79 | 76.78 | 21.32 | - |
| YUV | 206.43 | 61.16 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 88 | 0.33 | 0 | 0.65 | 0.02 | 90.19 | 0.93 | 0.66 |
| Hex | A8 | F9 | 58 | 21 | 0 | 41 | 2 | 5A | 5D | 42 |
| Octal | 250 | 371 | 130 | 41 | 0 | 101 | 2 | 132 | 135 | 102 |
| Binary | 10101000 | 11111001 | 1011000 | 100001 | 0 | 1000001 | 10 | 1011010 | 1011101 | 1000010 |
Color Harmonies of #A8F958
Complementary color
Monochromatic Colors of #A8F958
Black with #A8F958
Text Example
Text Example
White with #A8F958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F958; }
p { color: rgb(168,249,88); }
H1.HeaderClassName
{
color: #A8F958;
}
.AnyTagClassName
{
color: #A8F958;
}
</style>
background-color css
<style>
a { background-color: #A8F958; }
a { background-color: rgb(168,249,88); }
div.DivClassName
{
background-color: #A8F958;
}
.BgClassName
{
background-color: #A8F958;
}
</style>
border-color css
<style>
span { border-color: #A8F958; }
span { border-color: rgb(168,249,88); }
td.TdClassName
{
border-color: #A8F958;
}
.TagClassName
{
border-color: #A8F958;
}
</style>