Shades of Conifer #A7F166
Tints of Conifer #A7F166
RGB
CMYK
RGB Variations
Color information
#A7F166 (or 0xA7F166) is known color: Conifer. HEX triplet: A7, F1 and 66. RGB value is (167,241,102). Sum of RGB (Red+Green+Blue) = 167+241+102=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F166 is #580E99. Grayscale: #CBCBCB. Windows color (decimal): -5770906 or 6746535. OLE color: 6746535.
HSL color Cylindrical-coordinate representation of color #A7F166: hue angle of 91.94º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7F166 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 241 | 102 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.05 |
| HSL | 91.94º | 0.83% | 0.67% | - |
| HSV(B) | 91.94º | 0.58% | 0.95% | - |
| XYZ | 49.79 | 72.09 | 23.86 | - |
| YUV | 203.03 | 70.98 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 241 | 102 | 0.31 | 0 | 0.58 | 0.05 | 91.94 | 0.83 | 0.67 |
| Hex | A7 | F1 | 66 | 1F | 0 | 3A | 5 | 5C | 53 | 43 |
| Octal | 247 | 361 | 146 | 37 | 0 | 72 | 5 | 134 | 123 | 103 |
| Binary | 10100111 | 11110001 | 1100110 | 11111 | 0 | 111010 | 101 | 1011100 | 1010011 | 1000011 |
Color Harmonies of #A7F166
Complementary color
Monochromatic Colors of #A7F166
Black with #A7F166
Text Example
Text Example
White with #A7F166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F166; }
p { color: rgb(167,241,102); }
H1.HeaderClassName
{
color: #A7F166;
}
.AnyTagClassName
{
color: #A7F166;
}
</style>
background-color css
<style>
a { background-color: #A7F166; }
a { background-color: rgb(167,241,102); }
div.DivClassName
{
background-color: #A7F166;
}
.BgClassName
{
background-color: #A7F166;
}
</style>
border-color css
<style>
span { border-color: #A7F166; }
span { border-color: rgb(167,241,102); }
td.TdClassName
{
border-color: #A7F166;
}
.TagClassName
{
border-color: #A7F166;
}
</style>