Shades of Conifer #A3F766
Tints of Conifer #A3F766
RGB
CMYK
RGB Variations
Color information
#A3F766 (or 0xA3F766) is known color: Conifer. HEX triplet: A3, F7 and 66. RGB value is (163,247,102). Sum of RGB (Red+Green+Blue) = 163+247+102=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F766 is #5C0899. Grayscale: #CDCDCD. Windows color (decimal): -6031514 or 6748067. OLE color: 6748067.
HSL color Cylindrical-coordinate representation of color #A3F766: hue angle of 94.76º 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 #A3F766 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 102 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.03 |
| HSL | 94.76º | 0.9% | 0.68% | - |
| HSV(B) | 94.76º | 0.59% | 0.97% | - |
| XYZ | 50.76 | 75.27 | 24.42 | - |
| YUV | 205.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 102 | 0.34 | 0 | 0.59 | 0.03 | 94.76 | 0.9 | 0.68 |
| Hex | A3 | F7 | 66 | 22 | 0 | 3B | 3 | 5F | 5A | 44 |
| Octal | 243 | 367 | 146 | 42 | 0 | 73 | 3 | 137 | 132 | 104 |
| Binary | 10100011 | 11110111 | 1100110 | 100010 | 0 | 111011 | 11 | 1011111 | 1011010 | 1000100 |
Color Harmonies of #A3F766
Complementary color
Monochromatic Colors of #A3F766
Black with #A3F766
Text Example
Text Example
White with #A3F766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F766; }
p { color: rgb(163,247,102); }
H1.HeaderClassName
{
color: #A3F766;
}
.AnyTagClassName
{
color: #A3F766;
}
</style>
background-color css
<style>
a { background-color: #A3F766; }
a { background-color: rgb(163,247,102); }
div.DivClassName
{
background-color: #A3F766;
}
.BgClassName
{
background-color: #A3F766;
}
</style>
border-color css
<style>
span { border-color: #A3F766; }
span { border-color: rgb(163,247,102); }
td.TdClassName
{
border-color: #A3F766;
}
.TagClassName
{
border-color: #A3F766;
}
</style>