Shades of Conifer #A8F65E
Tints of Conifer #A8F65E
RGB
CMYK
RGB Variations
Color information
#A8F65E (or 0xA8F65E) is known color: Conifer. HEX triplet: A8, F6 and 5E. RGB value is (168,246,94). Sum of RGB (Red+Green+Blue) = 168+246+94=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F65E is #5709A1. Grayscale: #CDCDCD. Windows color (decimal): -5704098 or 6223528. OLE color: 6223528.
HSL color Cylindrical-coordinate representation of color #A8F65E: hue angle of 90.79º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8F65E is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 94 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.04 |
| HSL | 90.79º | 0.89% | 0.67% | - |
| HSV(B) | 90.79º | 0.62% | 0.96% | - |
| XYZ | 51.12 | 75.04 | 22.38 | - |
| YUV | 205.35 | 65.16 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 94 | 0.32 | 0 | 0.62 | 0.04 | 90.79 | 0.89 | 0.67 |
| Hex | A8 | F6 | 5E | 20 | 0 | 3E | 4 | 5B | 59 | 43 |
| Octal | 250 | 366 | 136 | 40 | 0 | 76 | 4 | 133 | 131 | 103 |
| Binary | 10101000 | 11110110 | 1011110 | 100000 | 0 | 111110 | 100 | 1011011 | 1011001 | 1000011 |
Color Harmonies of #A8F65E
Complementary color
Monochromatic Colors of #A8F65E
Black with #A8F65E
Text Example
Text Example
White with #A8F65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F65E; }
p { color: rgb(168,246,94); }
H1.HeaderClassName
{
color: #A8F65E;
}
.AnyTagClassName
{
color: #A8F65E;
}
</style>
background-color css
<style>
a { background-color: #A8F65E; }
a { background-color: rgb(168,246,94); }
div.DivClassName
{
background-color: #A8F65E;
}
.BgClassName
{
background-color: #A8F65E;
}
</style>
border-color css
<style>
span { border-color: #A8F65E; }
span { border-color: rgb(168,246,94); }
td.TdClassName
{
border-color: #A8F65E;
}
.TagClassName
{
border-color: #A8F65E;
}
</style>