Shades of Conifer #A8FA5F
Tints of Conifer #A8FA5F
RGB
CMYK
RGB Variations
Color information
#A8FA5F (or 0xA8FA5F) is known color: Conifer. HEX triplet: A8, FA and 5F. RGB value is (168,250,95). Sum of RGB (Red+Green+Blue) = 168+250+95=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA5F is #5705A0. Grayscale: #D0D0D0. Windows color (decimal): -5703073 or 6290088. OLE color: 6290088.
HSL color Cylindrical-coordinate representation of color #A8FA5F: hue angle of 91.74º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8FA5F is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 95 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.02 |
| HSL | 91.74º | 0.94% | 0.68% | - |
| HSV(B) | 91.74º | 0.62% | 0.98% | - |
| XYZ | 52.4 | 77.52 | 23.03 | - |
| YUV | 207.81 | 64.33 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 95 | 0.33 | 0 | 0.62 | 0.02 | 91.74 | 0.94 | 0.68 |
| Hex | A8 | FA | 5F | 21 | 0 | 3E | 2 | 5C | 5E | 44 |
| Octal | 250 | 372 | 137 | 41 | 0 | 76 | 2 | 134 | 136 | 104 |
| Binary | 10101000 | 11111010 | 1011111 | 100001 | 0 | 111110 | 10 | 1011100 | 1011110 | 1000100 |
Color Harmonies of #A8FA5F
Complementary color
Monochromatic Colors of #A8FA5F
Black with #A8FA5F
Text Example
Text Example
White with #A8FA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA5F; }
p { color: rgb(168,250,95); }
H1.HeaderClassName
{
color: #A8FA5F;
}
.AnyTagClassName
{
color: #A8FA5F;
}
</style>
background-color css
<style>
a { background-color: #A8FA5F; }
a { background-color: rgb(168,250,95); }
div.DivClassName
{
background-color: #A8FA5F;
}
.BgClassName
{
background-color: #A8FA5F;
}
</style>
border-color css
<style>
span { border-color: #A8FA5F; }
span { border-color: rgb(168,250,95); }
td.TdClassName
{
border-color: #A8FA5F;
}
.TagClassName
{
border-color: #A8FA5F;
}
</style>