Shades of Conifer #A8FD5E
Tints of Conifer #A8FD5E
RGB
CMYK
RGB Variations
Color information
#A8FD5E (or 0xA8FD5E) is known color: Conifer. HEX triplet: A8, FD and 5E. RGB value is (168,253,94). Sum of RGB (Red+Green+Blue) = 168+253+94=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD5E is #5702A1. Grayscale: #D2D2D2. Windows color (decimal): -5702306 or 6225320. OLE color: 6225320.
HSL color Cylindrical-coordinate representation of color #A8FD5E: hue angle of 92.08º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8FD5E is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 94 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.01 |
| HSL | 92.08º | 0.98% | 0.68% | - |
| HSV(B) | 92.08º | 0.63% | 0.99% | - |
| XYZ | 53.29 | 79.38 | 23.1 | - |
| YUV | 209.46 | 62.84 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 94 | 0.34 | 0 | 0.63 | 0.01 | 92.08 | 0.98 | 0.68 |
| Hex | A8 | FD | 5E | 22 | 0 | 3F | 1 | 5C | 62 | 44 |
| Octal | 250 | 375 | 136 | 42 | 0 | 77 | 1 | 134 | 142 | 104 |
| Binary | 10101000 | 11111101 | 1011110 | 100010 | 0 | 111111 | 1 | 1011100 | 1100010 | 1000100 |
Color Harmonies of #A8FD5E
Complementary color
Monochromatic Colors of #A8FD5E
Black with #A8FD5E
Text Example
Text Example
White with #A8FD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD5E; }
p { color: rgb(168,253,94); }
H1.HeaderClassName
{
color: #A8FD5E;
}
.AnyTagClassName
{
color: #A8FD5E;
}
</style>
background-color css
<style>
a { background-color: #A8FD5E; }
a { background-color: rgb(168,253,94); }
div.DivClassName
{
background-color: #A8FD5E;
}
.BgClassName
{
background-color: #A8FD5E;
}
</style>
border-color css
<style>
span { border-color: #A8FD5E; }
span { border-color: rgb(168,253,94); }
td.TdClassName
{
border-color: #A8FD5E;
}
.TagClassName
{
border-color: #A8FD5E;
}
</style>