Shades of Conifer #A8F355
Tints of Conifer #A8F355
RGB
CMYK
RGB Variations
Color information
#A8F355 (or 0xA8F355) is known color: Conifer. HEX triplet: A8, F3 and 55. RGB value is (168,243,85). Sum of RGB (Red+Green+Blue) = 168+243+85=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F355 is #570CAA. Grayscale: #CBCBCB. Windows color (decimal): -5704875 or 5632936. OLE color: 5632936.
HSL color Cylindrical-coordinate representation of color #A8F355: hue angle of 88.48º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8F355 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 85 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.05 |
| HSL | 88.48º | 0.87% | 0.64% | - |
| HSV(B) | 88.48º | 0.65% | 0.95% | - |
| XYZ | 49.84 | 73.08 | 20.07 | - |
| YUV | 202.56 | 61.65 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 85 | 0.31 | 0 | 0.65 | 0.05 | 88.48 | 0.87 | 0.64 |
| Hex | A8 | F3 | 55 | 1F | 0 | 41 | 5 | 58 | 57 | 40 |
| Octal | 250 | 363 | 125 | 37 | 0 | 101 | 5 | 130 | 127 | 100 |
| Binary | 10101000 | 11110011 | 1010101 | 11111 | 0 | 1000001 | 101 | 1011000 | 1010111 | 1000000 |
Color Harmonies of #A8F355
Complementary color
Monochromatic Colors of #A8F355
Black with #A8F355
Text Example
Text Example
White with #A8F355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F355; }
p { color: rgb(168,243,85); }
H1.HeaderClassName
{
color: #A8F355;
}
.AnyTagClassName
{
color: #A8F355;
}
</style>
background-color css
<style>
a { background-color: #A8F355; }
a { background-color: rgb(168,243,85); }
div.DivClassName
{
background-color: #A8F355;
}
.BgClassName
{
background-color: #A8F355;
}
</style>
border-color css
<style>
span { border-color: #A8F355; }
span { border-color: rgb(168,243,85); }
td.TdClassName
{
border-color: #A8F355;
}
.TagClassName
{
border-color: #A8F355;
}
</style>