Shades of Conifer #A8F765
Tints of Conifer #A8F765
RGB
CMYK
RGB Variations
Color information
#A8F765 (or 0xA8F765) is known color: Conifer. HEX triplet: A8, F7 and 65. RGB value is (168,247,101). Sum of RGB (Red+Green+Blue) = 168+247+101=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F765 is #57089A. Grayscale: #CFCFCF. Windows color (decimal): -5703835 or 6682536. OLE color: 6682536.
HSL color Cylindrical-coordinate representation of color #A8F765: hue angle of 92.47º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F765 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 101 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.03 |
| HSL | 92.47º | 0.9% | 0.68% | - |
| HSV(B) | 92.47º | 0.59% | 0.97% | - |
| XYZ | 51.76 | 75.79 | 24.21 | - |
| YUV | 206.74 | 68.33 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 101 | 0.32 | 0 | 0.59 | 0.03 | 92.47 | 0.9 | 0.68 |
| Hex | A8 | F7 | 65 | 20 | 0 | 3B | 3 | 5C | 5A | 44 |
| Octal | 250 | 367 | 145 | 40 | 0 | 73 | 3 | 134 | 132 | 104 |
| Binary | 10101000 | 11110111 | 1100101 | 100000 | 0 | 111011 | 11 | 1011100 | 1011010 | 1000100 |
Color Harmonies of #A8F765
Complementary color
Monochromatic Colors of #A8F765
Black with #A8F765
Text Example
Text Example
White with #A8F765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F765; }
p { color: rgb(168,247,101); }
H1.HeaderClassName
{
color: #A8F765;
}
.AnyTagClassName
{
color: #A8F765;
}
</style>
background-color css
<style>
a { background-color: #A8F765; }
a { background-color: rgb(168,247,101); }
div.DivClassName
{
background-color: #A8F765;
}
.BgClassName
{
background-color: #A8F765;
}
</style>
border-color css
<style>
span { border-color: #A8F765; }
span { border-color: rgb(168,247,101); }
td.TdClassName
{
border-color: #A8F765;
}
.TagClassName
{
border-color: #A8F765;
}
</style>