Shades of Conifer #A8FA5E
Tints of Conifer #A8FA5E
RGB
CMYK
RGB Variations
Color information
#A8FA5E (or 0xA8FA5E) is known color: Conifer. HEX triplet: A8, FA and 5E. RGB value is (168,250,94). Sum of RGB (Red+Green+Blue) = 168+250+94=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA5E is #5705A1. Grayscale: #D0D0D0. Windows color (decimal): -5703074 or 6224552. OLE color: 6224552.
HSL color Cylindrical-coordinate representation of color #A8FA5E: hue angle of 91.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8FA5E is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 94 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.02 |
| HSL | 91.54º | 0.94% | 0.67% | - |
| HSV(B) | 91.54º | 0.62% | 0.98% | - |
| XYZ | 52.35 | 77.5 | 22.79 | - |
| YUV | 207.7 | 63.83 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 94 | 0.33 | 0 | 0.62 | 0.02 | 91.54 | 0.94 | 0.67 |
| Hex | A8 | FA | 5E | 21 | 0 | 3E | 2 | 5C | 5E | 43 |
| Octal | 250 | 372 | 136 | 41 | 0 | 76 | 2 | 134 | 136 | 103 |
| Binary | 10101000 | 11111010 | 1011110 | 100001 | 0 | 111110 | 10 | 1011100 | 1011110 | 1000011 |
Color Harmonies of #A8FA5E
Complementary color
Monochromatic Colors of #A8FA5E
Black with #A8FA5E
Text Example
Text Example
White with #A8FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA5E; }
p { color: rgb(168,250,94); }
H1.HeaderClassName
{
color: #A8FA5E;
}
.AnyTagClassName
{
color: #A8FA5E;
}
</style>
background-color css
<style>
a { background-color: #A8FA5E; }
a { background-color: rgb(168,250,94); }
div.DivClassName
{
background-color: #A8FA5E;
}
.BgClassName
{
background-color: #A8FA5E;
}
</style>
border-color css
<style>
span { border-color: #A8FA5E; }
span { border-color: rgb(168,250,94); }
td.TdClassName
{
border-color: #A8FA5E;
}
.TagClassName
{
border-color: #A8FA5E;
}
</style>