Shades of Conifer #A8FD55
Tints of Conifer #A8FD55
RGB
CMYK
RGB Variations
Color information
#A8FD55 (or 0xA8FD55) is known color: Conifer. HEX triplet: A8, FD and 55. RGB value is (168,253,85). Sum of RGB (Red+Green+Blue) = 168+253+85=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD55 is #5702AA. Grayscale: #D1D1D1. Windows color (decimal): -5702315 or 5635496. OLE color: 5635496.
HSL color Cylindrical-coordinate representation of color #A8FD55: hue angle of 90.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8FD55 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 85 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.01 |
| HSL | 90.36º | 0.98% | 0.66% | - |
| HSV(B) | 90.36º | 0.66% | 0.99% | - |
| XYZ | 52.91 | 79.23 | 21.1 | - |
| YUV | 208.43 | 58.34 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 85 | 0.34 | 0 | 0.66 | 0.01 | 90.36 | 0.98 | 0.66 |
| Hex | A8 | FD | 55 | 22 | 0 | 42 | 1 | 5A | 62 | 42 |
| Octal | 250 | 375 | 125 | 42 | 0 | 102 | 1 | 132 | 142 | 102 |
| Binary | 10101000 | 11111101 | 1010101 | 100010 | 0 | 1000010 | 1 | 1011010 | 1100010 | 1000010 |
Color Harmonies of #A8FD55
Complementary color
Monochromatic Colors of #A8FD55
Black with #A8FD55
Text Example
Text Example
White with #A8FD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD55; }
p { color: rgb(168,253,85); }
H1.HeaderClassName
{
color: #A8FD55;
}
.AnyTagClassName
{
color: #A8FD55;
}
</style>
background-color css
<style>
a { background-color: #A8FD55; }
a { background-color: rgb(168,253,85); }
div.DivClassName
{
background-color: #A8FD55;
}
.BgClassName
{
background-color: #A8FD55;
}
</style>
border-color css
<style>
span { border-color: #A8FD55; }
span { border-color: rgb(168,253,85); }
td.TdClassName
{
border-color: #A8FD55;
}
.TagClassName
{
border-color: #A8FD55;
}
</style>