Shades of Conifer #A8F955
Tints of Conifer #A8F955
RGB
CMYK
RGB Variations
Color information
#A8F955 (or 0xA8F955) is known color: Conifer. HEX triplet: A8, F9 and 55. RGB value is (168,249,85). Sum of RGB (Red+Green+Blue) = 168+249+85=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F955 is #5706AA. Grayscale: #CECECE. Windows color (decimal): -5703339 or 5634472. OLE color: 5634472.
HSL color Cylindrical-coordinate representation of color #A8F955: hue angle of 89.63º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8F955 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 85 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.02 |
| HSL | 89.63º | 0.93% | 0.65% | - |
| HSV(B) | 89.63º | 0.66% | 0.98% | - |
| XYZ | 51.66 | 76.73 | 20.68 | - |
| YUV | 206.09 | 59.66 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 85 | 0.33 | 0 | 0.66 | 0.02 | 89.63 | 0.93 | 0.65 |
| Hex | A8 | F9 | 55 | 21 | 0 | 42 | 2 | 5A | 5D | 41 |
| Octal | 250 | 371 | 125 | 41 | 0 | 102 | 2 | 132 | 135 | 101 |
| Binary | 10101000 | 11111001 | 1010101 | 100001 | 0 | 1000010 | 10 | 1011010 | 1011101 | 1000001 |
Color Harmonies of #A8F955
Complementary color
Monochromatic Colors of #A8F955
Black with #A8F955
Text Example
Text Example
White with #A8F955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F955; }
p { color: rgb(168,249,85); }
H1.HeaderClassName
{
color: #A8F955;
}
.AnyTagClassName
{
color: #A8F955;
}
</style>
background-color css
<style>
a { background-color: #A8F955; }
a { background-color: rgb(168,249,85); }
div.DivClassName
{
background-color: #A8F955;
}
.BgClassName
{
background-color: #A8F955;
}
</style>
border-color css
<style>
span { border-color: #A8F955; }
span { border-color: rgb(168,249,85); }
td.TdClassName
{
border-color: #A8F955;
}
.TagClassName
{
border-color: #A8F955;
}
</style>