Shades of Conifer #A8F665
Tints of Conifer #A8F665
RGB
CMYK
RGB Variations
Color information
#A8F665 (or 0xA8F665) is known color: Conifer. HEX triplet: A8, F6 and 65. RGB value is (168,246,101). Sum of RGB (Red+Green+Blue) = 168+246+101=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F665 is #57099A. Grayscale: #CECECE. Windows color (decimal): -5704091 or 6682280. OLE color: 6682280.
HSL color Cylindrical-coordinate representation of color #A8F665: hue angle of 92.28º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F665 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 101 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.04 |
| HSL | 92.28º | 0.89% | 0.68% | - |
| HSV(B) | 92.28º | 0.59% | 0.96% | - |
| XYZ | 51.45 | 75.18 | 24.11 | - |
| YUV | 206.15 | 68.66 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 101 | 0.32 | 0 | 0.59 | 0.04 | 92.28 | 0.89 | 0.68 |
| Hex | A8 | F6 | 65 | 20 | 0 | 3B | 4 | 5C | 59 | 44 |
| Octal | 250 | 366 | 145 | 40 | 0 | 73 | 4 | 134 | 131 | 104 |
| Binary | 10101000 | 11110110 | 1100101 | 100000 | 0 | 111011 | 100 | 1011100 | 1011001 | 1000100 |
Color Harmonies of #A8F665
Complementary color
Monochromatic Colors of #A8F665
Black with #A8F665
Text Example
Text Example
White with #A8F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F665; }
p { color: rgb(168,246,101); }
H1.HeaderClassName
{
color: #A8F665;
}
.AnyTagClassName
{
color: #A8F665;
}
</style>
background-color css
<style>
a { background-color: #A8F665; }
a { background-color: rgb(168,246,101); }
div.DivClassName
{
background-color: #A8F665;
}
.BgClassName
{
background-color: #A8F665;
}
</style>
border-color css
<style>
span { border-color: #A8F665; }
span { border-color: rgb(168,246,101); }
td.TdClassName
{
border-color: #A8F665;
}
.TagClassName
{
border-color: #A8F665;
}
</style>